#EAF4BC

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

Shades of Chiffon #EAF4BC

Tints of Chiffon #EAF4BC

Color information

#EAF4BC (or 0xEAF4BC) is unknown color: approx Chiffon. HEX triplet: EA, F4 and BC. RGB value is (234,244,188). Sum of RGB (Red+Green+Blue) = 234+244+188=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4BC is #150B43. Grayscale: #EAEAEA. Windows color (decimal): -1379140 or 12383466. OLE color: 12383466.

HSL color Cylindrical-coordinate representation of color #EAF4BC: hue angle of 70.71º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF4BC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB234244188-
CMYK0.0400.230.04
HSL70.71º71.79%84.71%-
HSV(B)70.71º22.95%95.69%-
XYZ75.3685.8260.17-
YUV234.63101.69127.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 244 (95.70% from 255) = 36.64%
BLUE value IS 188 (73.83% from 255) = 28.23%
R=35.14%
G=36.64%
B=28.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441880.0400.230.0470.7171.7984.71
HexEAF4BC40174474855
Octal35236427440274107110125
Binary111010101111010010111100100010111100100011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4BC; }

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

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

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

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

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

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

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

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