#EAEFBF

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

Shades of Chiffon #EAEFBF

Tints of Chiffon #EAEFBF

Color information

#EAEFBF (or 0xEAEFBF) is unknown color: approx Chiffon. HEX triplet: EA, EF and BF. RGB value is (234,239,191). Sum of RGB (Red+Green+Blue) = 234+239+191=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFBF is #151040. Grayscale: #E8E8E8. Windows color (decimal): -1380417 or 12578794. OLE color: 12578794.

HSL color Cylindrical-coordinate representation of color #EAEFBF: hue angle of 66.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAEFBF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB234239191-
CMYK0.0200.200.06
HSL66.25º60%84.31%-
HSV(B)66.25º20.08%93.73%-
XYZ74.282.9961.4-
YUV232.03104.84129.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 191 (75% from 255) = 28.77%
R=35.24%
G=35.99%
B=28.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391910.0200.200.0666.256084.31
HexEAEFBF20146423c54
Octal3523572772024610274124
Binary1110101011101111101111111001010011010000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFBF; }

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

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

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

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

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

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

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

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