#EAEFBA

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

Shades of Chiffon #EAEFBA

Tints of Chiffon #EAEFBA

Color information

#EAEFBA (or 0xEAEFBA) is unknown color: approx Chiffon. HEX triplet: EA, EF and BA. RGB value is (234,239,186). Sum of RGB (Red+Green+Blue) = 234+239+186=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFBA is #151045. Grayscale: #E7E7E7. Windows color (decimal): -1380422 or 12251114. OLE color: 12251114.

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

Color convert

RGB234239186-
CMYK0.0200.220.06
HSL65.66º62.35%83.33%-
HSV(B)65.66º22.18%93.73%-
XYZ73.6682.7758.55-
YUV231.46102.34129.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=35.51%
G=36.27%
B=28.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391860.0200.220.0665.6662.3583.33
HexEAEFBA20166423e53
Octal3523572722026610276123
Binary1110101011101111101110101001011011010000101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFBA; }

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

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

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

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

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

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

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

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