#EEF1BD

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

Shades of Chiffon #EEF1BD

Tints of Chiffon #EEF1BD

Color information

#EEF1BD (or 0xEEF1BD) is unknown color: approx Chiffon. HEX triplet: EE, F1 and BD. RGB value is (238,241,189). Sum of RGB (Red+Green+Blue) = 238+241+189=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1BD is #110E42. Grayscale: #EAEAEA. Windows color (decimal): -1117763 or 12448238. OLE color: 12448238.

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

Color convert

RGB238241189-
CMYK0.0100.220.05
HSL63.46º65%84.31%-
HSV(B)63.46º21.58%94.51%-
XYZ75.984.7660.5-
YUV234.17102.51130.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 189 (74.22% from 255) = 28.29%
R=35.63%
G=36.08%
B=28.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411890.0100.220.0563.466584.31
HexEEF1BD101653f4154
Octal3563612751026577101124
Binary111011101111000110111101101011010111111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1BD; }

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

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

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

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

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

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

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

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