#EEF2BD

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

Shades of Chiffon #EEF2BD

Tints of Chiffon #EEF2BD

Color information

#EEF2BD (or 0xEEF2BD) is unknown color: approx Chiffon. HEX triplet: EE, F2 and BD. RGB value is (238,242,189). Sum of RGB (Red+Green+Blue) = 238+242+189=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BD is #110D42. Grayscale: #EAEAEA. Windows color (decimal): -1117507 or 12448494. OLE color: 12448494.

HSL color Cylindrical-coordinate representation of color #EEF2BD: hue angle of 64.53º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEF2BD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB238242189-
CMYK0.0200.220.05
HSL64.53º67.09%84.51%-
HSV(B)64.53º21.9%94.9%-
XYZ76.285.3660.6-
YUV234.76102.17130.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=35.58%
G=36.17%
B=28.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421890.0200.220.0564.5367.0984.51
HexEEF2BD20165414355
Octal35636227520265101103125
Binary11101110111100101011110110010110101100000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2BD; }

 p { color: rgb(238,242,189); }

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

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

 a { background-color: rgb(238,242,189); }

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

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

 span { border-color: rgb(238,242,189); }

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