#EAF4BE

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

Shades of Chiffon #EAF4BE

Tints of Chiffon #EAF4BE

Color information

#EAF4BE (or 0xEAF4BE) is unknown color: approx Chiffon. HEX triplet: EA, F4 and BE. RGB value is (234,244,190). Sum of RGB (Red+Green+Blue) = 234+244+190=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4BE is #150B41. Grayscale: #EBEBEB. Windows color (decimal): -1379138 or 12514538. OLE color: 12514538.

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

Color convert

RGB234244190-
CMYK0.0400.220.04
HSL71.11º71.05%85.1%-
HSV(B)71.11º22.13%95.69%-
XYZ75.5885.9161.31-
YUV234.85102.69127.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 190 (74.61% from 255) = 28.44%
R=35.03%
G=36.53%
B=28.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441900.0400.220.0471.1171.0585.1
HexEAF4BE40164474755
Octal35236427640264107107125
Binary111010101111010010111110100010110100100011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4BE; }

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

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

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

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

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

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

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

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