#EEF2BE

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

Shades of Chiffon #EEF2BE

Tints of Chiffon #EEF2BE

Color information

#EEF2BE (or 0xEEF2BE) is unknown color: approx Chiffon. HEX triplet: EE, F2 and BE. RGB value is (238,242,190). Sum of RGB (Red+Green+Blue) = 238+242+190=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 190 (74.61% from 255 or 28.36% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BE is #110D41. Grayscale: #EBEBEB. Windows color (decimal): -1117506 or 12514030. OLE color: 12514030.

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

Color convert

RGB238242190-
CMYK0.0200.210.05
HSL64.62º66.67%84.71%-
HSV(B)64.62º21.49%94.9%-
XYZ76.3185.461.18-
YUV234.88102.67130.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 190 (74.61% from 255) = 28.36%
R=35.52%
G=36.12%
B=28.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421900.0200.210.0564.6266.6784.71
HexEEF2BE20155414355
Octal35636227620255101103125
Binary11101110111100101011111010010101101100000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2BE; }

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

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

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

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

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

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

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

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