#E4E5BD

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

Shades of Frost #E4E5BD

Tints of Frost #E4E5BD

Color information

#E4E5BD (or 0xE4E5BD) is unknown color: approx Frost. HEX triplet: E4, E5 and BD. RGB value is (228,229,189). Sum of RGB (Red+Green+Blue) = 228+229+189=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 229 - color contains mainly: green. Hex color #E4E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5BD is #1B1A42. Grayscale: #E0E0E0. Windows color (decimal): -1776195 or 12445156. OLE color: 12445156.

HSL color Cylindrical-coordinate representation of color #E4E5BD: hue angle of 61.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4E5BD is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB228229189-
CMYK0.0000.170.10
HSL61.5º43.48%81.96%-
HSV(B)61.5º17.47%89.8%-
XYZ69.276.2159.21-
YUV224.14108.17130.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.29%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=35.29%
G=35.45%
B=29.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282291890.0000.170.1061.543.4881.96
HexE4E5BD0011A3e2b52
Octal3443452750021127653122
Binary111001001110010110111101001000110101111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E5BD; }

 p { color: rgb(228,229,189); }

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

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

 a { background-color: rgb(228,229,189); }

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

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

 span { border-color: rgb(228,229,189); }

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