#EAF1B5

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

Shades of Chiffon #EAF1B5

Tints of Chiffon #EAF1B5

Color information

#EAF1B5 (or 0xEAF1B5) is unknown color: approx Chiffon. HEX triplet: EA, F1 and B5. RGB value is (234,241,181). Sum of RGB (Red+Green+Blue) = 234+241+181=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B5 is #150E4A. Grayscale: #E8E8E8. Windows color (decimal): -1379915 or 11923946. OLE color: 11923946.

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

Color convert

RGB234241181-
CMYK0.0300.250.05
HSL67º68.18%82.75%-
HSV(B)67º24.9%94.51%-
XYZ73.7383.7455.99-
YUV232.0799.18129.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 181 (71.09% from 255) = 27.59%
R=35.67%
G=36.74%
B=27.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411810.0300.250.056768.1882.75
HexEAF1B530195434453
Octal35236126530315103104123
Binary11101010111100011011010111011001101100001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B5; }

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

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

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

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

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

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

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

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