#EAF1B9

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

Shades of Chiffon #EAF1B9

Tints of Chiffon #EAF1B9

Color information

#EAF1B9 (or 0xEAF1B9) is unknown color: approx Chiffon. HEX triplet: EA, F1 and B9. RGB value is (234,241,185). Sum of RGB (Red+Green+Blue) = 234+241+185=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1B9 is #150E46. Grayscale: #E8E8E8. Windows color (decimal): -1379911 or 12186090. OLE color: 12186090.

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

Color convert

RGB234241185-
CMYK0.0300.230.05
HSL67.5º66.67%83.53%-
HSV(B)67.5º23.24%94.51%-
XYZ74.1483.9158.19-
YUV232.52101.18129.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 185 (72.66% from 255) = 28.03%
R=35.45%
G=36.52%
B=28.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411850.0300.230.0567.566.6783.53
HexEAF1B930175444354
Octal35236127130275104103124
Binary11101010111100011011100111010111101100010010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1B9; }

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

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

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

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

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

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

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

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