#E0E1BE

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

Shades of Frost #E0E1BE

Tints of Frost #E0E1BE

Color information

#E0E1BE (or 0xE0E1BE) is unknown color: approx Frost. HEX triplet: E0, E1 and BE. RGB value is (224,225,190). Sum of RGB (Red+Green+Blue) = 224+225+190=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1BE is #1F1E41. Grayscale: #DCDCDC. Windows color (decimal): -2039362 or 12509664. OLE color: 12509664.

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

Color convert

RGB224225190-
CMYK0.0000.160.12
HSL61.71º36.84%81.37%-
HSV(B)61.71º15.56%88.24%-
XYZ66.9673.4259.36-
YUV220.71110.67130.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=35.05%
G=35.21%
B=29.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251900.0000.160.1261.7136.8481.37
HexE0E1BE0010C3e2551
Octal3403412760020147645121
Binary111000001110000110111110001000011001111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1BE; }

 p { color: rgb(224,225,190); }

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

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

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

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

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

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

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