#E0EBBA

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

Shades of Frost #E0EBBA

Tints of Frost #E0EBBA

Color information

#E0EBBA (or 0xE0EBBA) is unknown color: approx Frost. HEX triplet: E0, EB and BA. RGB value is (224,235,186). Sum of RGB (Red+Green+Blue) = 224+235+186=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBBA is #1F1445. Grayscale: #E2E2E2. Windows color (decimal): -2036806 or 12250080. OLE color: 12250080.

HSL color Cylindrical-coordinate representation of color #E0EBBA: hue angle of 73.47º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0EBBA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB224235186-
CMYK0.0500.210.08
HSL73.47º55.06%82.55%-
HSV(B)73.47º20.85%92.16%-
XYZ69.3178.8158.01-
YUV226.12105.36126.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=34.73%
G=36.43%
B=28.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351860.0500.210.0873.4755.0682.55
HexE0EBBA50158493753
Octal34035327250251011167123
Binary111000001110101110111010101010101100010010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBBA; }

 p { color: rgb(224,235,186); }

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

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

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

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

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

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

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