#EEF2BA

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

Shades of Chiffon #EEF2BA

Tints of Chiffon #EEF2BA

Color information

#EEF2BA (or 0xEEF2BA) is unknown color: approx Chiffon. HEX triplet: EE, F2 and BA. RGB value is (238,242,186). Sum of RGB (Red+Green+Blue) = 238+242+186=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BA is #110D45. Grayscale: #EAEAEA. Windows color (decimal): -1117510 or 12251886. OLE color: 12251886.

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

Color convert

RGB238242186-
CMYK0.0200.230.05
HSL64.29º68.29%83.92%-
HSV(B)64.29º23.14%94.9%-
XYZ75.8785.2358.91-
YUV234.42100.67130.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=35.74%
G=36.34%
B=27.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421860.0200.230.0564.2968.2983.92
HexEEF2BA20175404454
Octal35636227220275100104124
Binary11101110111100101011101010010111101100000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2BA; }

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

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

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

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

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

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

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

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