#E0E0BF

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

Shades of Frost #E0E0BF

Tints of Frost #E0E0BF

Color information

#E0E0BF (or 0xE0E0BF) is unknown color: approx Frost. HEX triplet: E0, E0 and BF. RGB value is (224,224,191). Sum of RGB (Red+Green+Blue) = 224+224+191=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0BF is #1F1F40. Grayscale: #DCDCDC. Windows color (decimal): -2039617 or 12574944. OLE color: 12574944.

HSL color Cylindrical-coordinate representation of color #E0E0BF: hue angle of 60º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0E0BF is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224224191-
CMYK000.150.12
HSL60º34.74%81.37%-
HSV(B)60º14.73%87.84%-
XYZ66.872.9259.84-
YUV220.24111.5130.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 191 (75% from 255) = 29.89%
R=35.05%
G=35.05%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224191000.150.126034.7481.37
HexE0E0BF00FC3c2351
Octal3403402770017147443121
Binary11100000111000001011111100111111001111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E0BF; }

 p { color: rgb(224,224,191); }

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

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

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

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

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

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

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