#EEF0BD

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

Shades of Chiffon #EEF0BD

Tints of Chiffon #EEF0BD

Color information

#EEF0BD (or 0xEEF0BD) is unknown color: approx Chiffon. HEX triplet: EE, F0 and BD. RGB value is (238,240,189). Sum of RGB (Red+Green+Blue) = 238+240+189=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0BD is #110F42. Grayscale: #E9E9E9. Windows color (decimal): -1118019 or 12447982. OLE color: 12447982.

HSL color Cylindrical-coordinate representation of color #EEF0BD: hue angle of 62.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEF0BD is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB238240189-
CMYK0.0100.210.06
HSL62.35º62.96%84.12%-
HSV(B)62.35º21.25%94.12%-
XYZ75.6184.1760.41-
YUV233.59102.84131.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=35.68%
G=35.98%
B=28.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382401890.0100.210.0662.3562.9684.12
HexEEF0BD101563e3f54
Octal356360275102567677124
Binary11101110111100001011110110101011101111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0BD; }

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

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

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

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

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

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

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

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