#EAF1BE

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

Shades of Chiffon #EAF1BE

Tints of Chiffon #EAF1BE

Color information

#EAF1BE (or 0xEAF1BE) is unknown color: approx Chiffon. HEX triplet: EA, F1 and BE. RGB value is (234,241,190). Sum of RGB (Red+Green+Blue) = 234+241+190=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1BE is #150E41. Grayscale: #E9E9E9. Windows color (decimal): -1379906 or 12513770. OLE color: 12513770.

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

Color convert

RGB234241190-
CMYK0.0300.210.05
HSL68.24º64.56%84.51%-
HSV(B)68.24º21.16%94.51%-
XYZ74.6884.1261.02-
YUV233.09103.68128.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=35.19%
G=36.24%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411900.0300.210.0568.2464.5684.51
HexEAF1BE30155444155
Octal35236127630255104101125
Binary11101010111100011011111011010101101100010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1BE; }

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

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

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

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

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

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

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

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