#EAF0B3

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

Shades of Chiffon #EAF0B3

Tints of Chiffon #EAF0B3

Color information

#EAF0B3 (or 0xEAF0B3) is unknown color: approx Chiffon. HEX triplet: EA, F0 and B3. RGB value is (234,240,179). Sum of RGB (Red+Green+Blue) = 234+240+179=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0B3 is #150F4C. Grayscale: #E7E7E7. Windows color (decimal): -1380173 or 11792618. OLE color: 11792618.

HSL color Cylindrical-coordinate representation of color #EAF0B3: hue angle of 65.9º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAF0B3 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB234240179-
CMYK0.0200.250.06
HSL65.9º67.03%82.16%-
HSV(B)65.9º25.42%94.12%-
XYZ73.2383.0754.82-
YUV231.2598.51129.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=35.83%
G=36.75%
B=27.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401790.0200.250.0665.967.0382.16
HexEAF0B320196424352
Octal35236026320316102103122
Binary11101010111100001011001110011001110100001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0B3; }

 p { color: rgb(234,240,179); }

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

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

 a { background-color: rgb(234,240,179); }

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

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

 span { border-color: rgb(234,240,179); }

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