#EAEFB9

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

Shades of Chiffon #EAEFB9

Tints of Chiffon #EAEFB9

Color information

#EAEFB9 (or 0xEAEFB9) is unknown color: approx Chiffon. HEX triplet: EA, EF and B9. RGB value is (234,239,185). Sum of RGB (Red+Green+Blue) = 234+239+185=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFB9 is #151046. Grayscale: #E7E7E7. Windows color (decimal): -1380423 or 12185578. OLE color: 12185578.

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

Color convert

RGB234239185-
CMYK0.0200.230.06
HSL65.56º62.79%83.14%-
HSV(B)65.56º22.59%93.73%-
XYZ73.5682.7357.99-
YUV231.35101.84129.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 185 (72.66% from 255) = 28.12%
R=35.56%
G=36.32%
B=28.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391850.0200.230.0665.5662.7983.14
HexEAEFB920176423f53
Octal3523572712027610277123
Binary1110101011101111101110011001011111010000101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFB9; }

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

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

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

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

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

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

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

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