#eee2b2

Color #EEE2B2 Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #EEE2B2

Tints of Barley White #EEE2B2

Color information

#EEE2B2 (or 0xEEE2B2) is unknown color: approx Barley White. HEX triplet: EE, E2 and B2. RGB value is (238,226,178). Sum of RGB (Red+Green+Blue) = 238+226+178=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE2B2 is #111D4D. Grayscale: #E0E0E0. Windows color (decimal): -1121614 or 11723502. OLE color: 11723502.

HSL color Cylindrical-coordinate representation of color #EEE2B2: hue angle of 48º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEE2B2 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB238226178-
CMYK00.050.250.07
HSL48º63.83%81.57%-
HSV(B)48º25.21%93.33%-
XYZ70.4975.7853.03-
YUV224.12101.98137.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 226 (88.67% from 255) = 35.20%
BLUE value IS 178 (69.92% from 255) = 27.73%
R=37.07%
G=35.20%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822617800.050.250.074863.8381.57
HexEEE2B205197304052
Octal3563422620531760100122
Binary11101110111000101011001001011100111111000010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eee2b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eee2b2; }

 p { color: rgb(238,226,178); }

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

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

 a { background-color: rgb(238,226,178); }

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

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

 span { border-color: rgb(238,226,178); }

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