#EAF0BE

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

Shades of Chiffon #EAF0BE

Tints of Chiffon #EAF0BE

Color information

#EAF0BE (or 0xEAF0BE) is unknown color: approx Chiffon. HEX triplet: EA, F0 and BE. RGB value is (234,240,190). Sum of RGB (Red+Green+Blue) = 234+240+190=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0BE is #150F41. Grayscale: #E8E8E8. Windows color (decimal): -1380162 or 12513514. OLE color: 12513514.

HSL color Cylindrical-coordinate representation of color #EAF0BE: hue angle of 67.2º degrees, saturation: 0.62, 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 #EAF0BE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB234240190-
CMYK0.0200.210.06
HSL67.2º62.5%84.31%-
HSV(B)67.2º20.83%94.12%-
XYZ74.3983.5360.92-
YUV232.51104.01129.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 190 (74.61% from 255) = 28.61%
R=35.24%
G=36.14%
B=28.61%

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
Decimal2342401900.0200.210.0667.262.584.31
HexEAF0BE20156433e54
Octal3523602762025610376124
Binary1110101011110000101111101001010111010000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0BE; }

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

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

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

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

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

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

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

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