#EAF3BE

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

Shades of Chiffon #EAF3BE

Tints of Chiffon #EAF3BE

Color information

#EAF3BE (or 0xEAF3BE) is unknown color: approx Chiffon. HEX triplet: EA, F3 and BE. RGB value is (234,243,190). Sum of RGB (Red+Green+Blue) = 234+243+190=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3BE is #150C41. Grayscale: #EAEAEA. Windows color (decimal): -1379394 or 12514282. OLE color: 12514282.

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

Color convert

RGB234243190-
CMYK0.0400.220.05
HSL70.19º68.83%84.9%-
HSV(B)70.19º21.81%95.29%-
XYZ75.2885.3161.21-
YUV234.27103.02127.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=35.08%
G=36.43%
B=28.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342431900.0400.220.0570.1968.8384.9
HexEAF3BE40165464555
Octal35236327640265106105125
Binary111010101111001110111110100010110101100011010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3BE; }

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

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

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

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

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

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

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

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