#EAEFBC

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

Shades of Chiffon #EAEFBC

Tints of Chiffon #EAEFBC

Color information

#EAEFBC (or 0xEAEFBC) is unknown color: approx Chiffon. HEX triplet: EA, EF and BC. RGB value is (234,239,188). Sum of RGB (Red+Green+Blue) = 234+239+188=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFBC is #151043. Grayscale: #E7E7E7. Windows color (decimal): -1380420 or 12382186. OLE color: 12382186.

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

Color convert

RGB234239188-
CMYK0.0200.210.06
HSL65.88º61.45%83.73%-
HSV(B)65.88º21.34%93.73%-
XYZ73.8882.8659.68-
YUV231.69103.34129.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 188 (73.83% from 255) = 28.44%
R=35.40%
G=36.16%
B=28.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391880.0200.210.0665.8861.4583.73
HexEAEFBC20156423d54
Octal3523572742025610275124
Binary1110101011101111101111001001010111010000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFBC; }

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

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

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

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

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

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

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

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