#EDE19E

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

Shades of Buttermilk #EDE19E

Tints of Buttermilk #EDE19E

Color information

#EDE19E (or 0xEDE19E) is unknown color: approx Buttermilk. HEX triplet: ED, E1 and 9E. RGB value is (237,225,158). Sum of RGB (Red+Green+Blue) = 237+225+158=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19E is #121E61. Grayscale: #DDDDDD. Windows color (decimal): -1187426 or 10412525. OLE color: 10412525.

HSL color Cylindrical-coordinate representation of color #EDE19E: hue angle of 50.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE19E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237225158-
CMYK00.050.330.07
HSL50.89º68.7%77.45%-
HSV(B)50.89º33.33%92.94%-
XYZ68.0274.3243.11-
YUV220.9592.48139.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 158 (62.11% from 255) = 25.48%
R=38.23%
G=36.29%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722515800.050.330.0750.8968.777.45
HexEDE19E0521733454d
Octal3553412360541763105115
Binary111011011110000110011110010110000111111001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE19E; }

 p { color: rgb(237,225,158); }

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

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

 a { background-color: rgb(237,225,158); }

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

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

 span { border-color: rgb(237,225,158); }

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