#E0EABB

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

Shades of Frost #E0EABB

Tints of Frost #E0EABB

Color information

#E0EABB (or 0xE0EABB) is unknown color: approx Frost. HEX triplet: E0, EA and BB. RGB value is (224,234,187). Sum of RGB (Red+Green+Blue) = 224+234+187=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EABB is #1F1544. Grayscale: #E1E1E1. Windows color (decimal): -2037061 or 12315360. OLE color: 12315360.

HSL color Cylindrical-coordinate representation of color #E0EABB: hue angle of 72.77º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0EABB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB224234187-
CMYK0.0400.200.08
HSL72.77º52.81%82.55%-
HSV(B)72.77º20.09%91.76%-
XYZ69.1378.2858.48-
YUV225.65106.19126.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=34.73%
G=36.28%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242341870.0400.200.0872.7752.8182.55
HexE0EABB40148493553
Octal34035227340241011165123
Binary111000001110101010111011100010100100010010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EABB; }

 p { color: rgb(224,234,187); }

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

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

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

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

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

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

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