#E5E9BF

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

Shades of Frost #E5E9BF

Tints of Frost #E5E9BF

Color information

#E5E9BF (or 0xE5E9BF) is unknown color: approx Frost. HEX triplet: E5, E9 and BF. RGB value is (229,233,191). Sum of RGB (Red+Green+Blue) = 229+233+191=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9BF is #1A1640. Grayscale: #E3E3E3. Windows color (decimal): -1709633 or 12577253. OLE color: 12577253.

HSL color Cylindrical-coordinate representation of color #E5E9BF: hue angle of 65.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5E9BF is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB229233191-
CMYK0.0200.180.09
HSL65.71º48.84%83.14%-
HSV(B)65.71º18.03%91.37%-
XYZ70.8678.760.75-
YUV227.02107.67129.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 191 (75% from 255) = 29.25%
R=35.07%
G=35.68%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292331910.0200.180.0965.7148.8483.14
HexE5E9BF20129423153
Octal34535127720221110261123
Binary11100101111010011011111110010010100110000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E9BF; }

 p { color: rgb(229,233,191); }

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

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

 a { background-color: rgb(229,233,191); }

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

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

 span { border-color: rgb(229,233,191); }

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