COLOR #EBB090

HEX: #EBB090
RGB: (235,176,144)

Renk bilgisi

#EBB090 contains mainly red and green colors. #EBB090 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EBB090 color RGB value is (235,176,144).

  • kırmız ton 235;
  • yeşil ton 176;
  • mavi ton 144.
RGB:
(235,176,144)
(92%,69%,56%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 176 of 255 = 69%
B 144 of 255 = 56%

235
176
144

R + G + B ~ 72%. #EBB090 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 176 + 144 = 555 (100%)
R 235 of 555 ~ 42.34%
G 176 of 555 ~ 31.71%
B 144 of 555 ~ 25.95%

%42.34
%31.71
%25.95

CMYK RENK MODELİ

#EBB090 rengi CMYK tonu (0,25,39,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.11%
  • sarı tonu 38.72%
  • ana renk tonu 7.84%
CMYK:
(0,25,39,8)
C0M25Y39K8 
(0%,25%,39%,8%)
(0.00/0.25/0.39/0.08)	

CMYK yüzdeleri

%0
%25.11
%38.72
%7.84

Codes

Color #EBB090 in popluar color models

EBB090
RGB235176144
HSL21°69.47%74.31%
HSB/HSV21°38.72%92.16%
CMYK0.00%25.11%38.72%
7.84%

Color #EBB090 in popluar number systems.

HEXEBB090
Decimal235176144
Binary111010111011000010010000
Octal353260220

Shades and tints

Shades of #EBB090

#EBB090
(235,176,144)
#D6A083
(214,160,131)
#C19076
(193,144,118)
#AC8069
(172,128,105)
#97705C
(151,112,92)
#82604F
(130,96,79)
#6D5042
(109,80,66)
#584035
(88,64,53)
#433028
(67,48,40)
#2E201B
(46,32,27)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #EBB090

#EBB090
(235,176,144)
#ECB79A
(236,183,154)
#EDBEA4
(237,190,164)
#EEC5AE
(238,197,174)
#EFCCB8
(239,204,184)
#F0D3C2
(240,211,194)
#F1DACC
(241,218,204)
#F2E1D6
(242,225,214)
#F3E8E0
(243,232,224)
#F4EFEA
(244,239,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB090 color. Also use rgb(235,176,144) instead hex code.

Text Font Color

.myTextColor { color: #EBB090; }

<p style="color:#EBB090">This sample text font color is #EBB090.</p>

This text font color is #EBB090.


Background Color

.myBgColor { background-color: #EBB090; }

<div style="background-color:#EBB090">Inner text</div>

This div background color is #EBB090.


Border color

.myBorderColor { border: 1px solid #EBB090; }

<div style="border:3px solid #EBB090">Div</div>

This div border color is #EBB090.


Opacity

.myOpacity80 { color: #EBB090; opacity: 0.8; }

<p style="color:#EBB090;opacity:0.8;">80%</p>

Text with #EBB090 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBB090;}

<p style="text-shadow: 3px 3px 1px #EBB090">Text here.</p>

This text has shadow with #EBB090 color.

.textShadow {text-shadow: 3px 3px 1px #EBB090, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBB090, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBB090 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBB090, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBB090, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBB090 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBB090;
  -webkit-box-shadow:	1px 1px 3px 2px #EBB090;
  box-shadow:		1px 1px 3px 2px #EBB090;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBB090;
-webkit-box-shadow: 1px 1px 3px 2px #EBB090;
box-shadow:1px 1px 3px 2px #EBB090;">
Div content here</div>
This div box has shadow with color #EBB090.

Preview

Color preview on black background

This text has color #EBB090 on black background.


Color preview on white background

This text has color #EBB090 on white background.



Black color preview on #EBB090 background

This text has black color on #EBB090 background.


White color preview on #EBB090 background

This text has white color on #EBB090 background.