#EEF5BC

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

Shades of Chiffon #EEF5BC

Tints of Chiffon #EEF5BC

Color information

#EEF5BC (or 0xEEF5BC) is unknown color: approx Chiffon. HEX triplet: EE, F5 and BC. RGB value is (238,245,188). Sum of RGB (Red+Green+Blue) = 238+245+188=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5BC is #110A43. Grayscale: #ECECEC. Windows color (decimal): -1116740 or 12383726. OLE color: 12383726.

HSL color Cylindrical-coordinate representation of color #EEF5BC: hue angle of 67.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEF5BC is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB238245188-
CMYK0.0300.230.04
HSL67.37º74.03%84.9%-
HSV(B)67.37º23.27%96.08%-
XYZ76.9987.1160.33-
YUV236.41100.68129.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 188 (73.83% from 255) = 28.02%
R=35.47%
G=36.51%
B=28.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451880.0300.230.0467.3774.0384.9
HexEEF5BC30174434a55
Octal35636527430274103112125
Binary11101110111101011011110011010111100100001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5BC; }

 p { color: rgb(238,245,188); }

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

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

 a { background-color: rgb(238,245,188); }

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

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

 span { border-color: rgb(238,245,188); }

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