Html Css Color HEX #E5EDBC Frost

📋 copy color: '#E5EDBC'

red 229 ◦ green 237 ◦ blue 188

#E5EDBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #E5EDBC

Tints of Frost #E5EDBC

RGB

 RED value IS 229 (89.84% from 255) = 35.02%

 GREEN value IS 237 (92.97% from 255) = 36.24%

 BLUE value IS 188 (73.83% from 255) = 28.75%

R = 35.02%
G = 36.24%
B = 28.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#E5EDBC (or 0xE5EDBC) is known color: Frost. HEX triplet: E5, ED and BC. RGB value is (229,237,188). Sum of RGB (Red+Green+Blue) = 229+237+188=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDBC is #1A1243. Grayscale: #E5E5E5. Windows color (decimal): -1708612 or 12381669. OLE color: 12381669.

HSL color Cylindrical-coordinate representation of color #E5EDBC: hue angle of 69.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5EDBC is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 188 -
CMYK 0.03 0 0.21 0.07
HSL 69.8º 0.58% 0.83% -
HSV(B) 69.8º 0.21% 0.93% -
XYZ 71.67 80.86 59.41 -
YUV 229.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 229 237 188 0.03 0 0.21 0.07 69.8 0.58 0.83
Hex E5 ED BC 3 0 15 7 46 3A 53
Octal 345 355 274 3 0 25 7 106 72 123
Binary 11100101 11101101 10111100 11 0 10101 111 1000110 111010 1010011

Color Harmonies of #E5EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EDBC

Black with #E5EDBC

Text Example


Text Example

White with #E5EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EDBC; }

 p { color: rgb(229,237,188); }

 H1.HeaderClassName
 {
   color: #E5EDBC;
 }
 .AnyTagClassName
 {
   color: #E5EDBC;
 }
</style>

background-color css

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

 a { background-color: rgb(229,237,188); }

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

border-color css

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

 span { border-color: rgb(229,237,188); }

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