#E0E9BD

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

Shades of Frost #E0E9BD

Tints of Frost #E0E9BD

Color information

#E0E9BD (or 0xE0E9BD) is unknown color: approx Frost. HEX triplet: E0, E9 and BD. RGB value is (224,233,189). Sum of RGB (Red+Green+Blue) = 224+233+189=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E9BD is #1F1642. Grayscale: #E1E1E1. Windows color (decimal): -2037315 or 12446176. OLE color: 12446176.

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

Color convert

RGB224233189-
CMYK0.0400.190.09
HSL72.27º50%82.75%-
HSV(B)72.27º18.88%91.37%-
XYZ69.0677.859.52-
YUV225.29107.52127.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=34.67%
G=36.07%
B=29.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242331890.0400.190.0972.275082.75
HexE0E9BD40139483253
Octal34035127540231111062123
Binary111000001110100110111101100010011100110010001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E9BD; }

 p { color: rgb(224,233,189); }

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

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

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

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

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

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

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