#EAF3BC

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

Shades of Chiffon #EAF3BC

Tints of Chiffon #EAF3BC

Color information

#EAF3BC (or 0xEAF3BC) is unknown color: approx Chiffon. HEX triplet: EA, F3 and BC. RGB value is (234,243,188). Sum of RGB (Red+Green+Blue) = 234+243+188=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3BC is #150C43. Grayscale: #EAEAEA. Windows color (decimal): -1379396 or 12383210. OLE color: 12383210.

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

Color convert

RGB234243188-
CMYK0.0400.230.05
HSL69.82º69.62%84.51%-
HSV(B)69.82º22.63%95.29%-
XYZ75.0685.2260.07-
YUV234.04102.02127.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 188 (73.83% from 255) = 28.27%
R=35.19%
G=36.54%
B=28.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342431880.0400.230.0569.8269.6284.51
HexEAF3BC40175464655
Octal35236327440275106106125
Binary111010101111001110111100100010111101100011010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3BC; }

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

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

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

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

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

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

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

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