#E0B9A2

Color #E0B9A2 Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #E0B9A2

Tints of Just Right #E0B9A2

Color information

#E0B9A2 (or 0xE0B9A2) is unknown color: approx Just Right. HEX triplet: E0, B9 and A2. RGB value is (224,185,162). Sum of RGB (Red+Green+Blue) = 224+185+162=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B9A2 is #1F465D. Grayscale: #C2C2C2. Windows color (decimal): -2049630 or 10664416. OLE color: 10664416.

HSL color Cylindrical-coordinate representation of color #E0B9A2: hue angle of 22.26º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0B9A2 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB224185162-
CMYK00.170.280.12
HSL22.26º50%75.69%-
HSV(B)22.26º27.68%87.84%-
XYZ54.6153.1541.56-
YUV194.04109.92149.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=39.23%
G=32.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418516200.170.280.1222.265075.69
HexE0B9A20111CC16324c
Octal34027124202134142662114
Binary111000001011100110100010010001111001100101101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B9A2; }

 p { color: rgb(224,185,162); }

 H1.HeaderClassName
 {
   color: #E0B9A2;
 }
 .AnyTagClassName
 {
   color: #E0B9A2;
 }
</style>
background-color css

<style>
 a { background-color: #E0B9A2; }

 a { background-color: rgb(224,185,162); }

 div.DivClassName
 {
   background-color: #E0B9A2;
 }
 .BgClassName
 {
   background-color: #E0B9A2;
 }
</style>
border-color css

<style>
 span { border-color: #E0B9A2; }

 span { border-color: rgb(224,185,162); }

 td.TdClassName
 {
   border-color: #E0B9A2;
 }
 .TagClassName
 {
   border-color: #E0B9A2;
 }
</style>