#EAF1B6

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

Shades of Chiffon #EAF1B6

Tints of Chiffon #EAF1B6

Color information

#EAF1B6 (or 0xEAF1B6) is unknown color: approx Chiffon. HEX triplet: EA, F1 and B6. RGB value is (234,241,182). Sum of RGB (Red+Green+Blue) = 234+241+182=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B6 is #150E49. Grayscale: #E8E8E8. Windows color (decimal): -1379914 or 11989482. OLE color: 11989482.

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

Color convert

RGB234241182-
CMYK0.0300.240.05
HSL67.12º67.82%82.94%-
HSV(B)67.12º24.48%94.51%-
XYZ73.8383.7856.54-
YUV232.1899.68129.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 182 (71.48% from 255) = 27.70%
R=35.62%
G=36.68%
B=27.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411820.0300.240.0567.1267.8282.94
HexEAF1B630185434453
Octal35236126630305103104123
Binary11101010111100011011011011011000101100001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B6; }

 p { color: rgb(234,241,182); }

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

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

 a { background-color: rgb(234,241,182); }

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

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

 span { border-color: rgb(234,241,182); }

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