#EDE09E

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

Shades of Buttermilk #EDE09E

Tints of Buttermilk #EDE09E

Color information

#EDE09E (or 0xEDE09E) is unknown color: approx Buttermilk. HEX triplet: ED, E0 and 9E. RGB value is (237,224,158). Sum of RGB (Red+Green+Blue) = 237+224+158=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE09E is #121F61. Grayscale: #DCDCDC. Windows color (decimal): -1187682 or 10412269. OLE color: 10412269.

HSL color Cylindrical-coordinate representation of color #EDE09E: hue angle of 50.13º 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 #EDE09E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237224158-
CMYK00.050.330.07
HSL50.13º68.7%77.45%-
HSV(B)50.13º33.33%92.94%-
XYZ67.7573.7843.02-
YUV220.3692.81139.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=38.29%
G=36.19%
B=25.53%

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
Decimal23722415800.050.330.0750.1368.777.45
HexEDE09E0521732454d
Octal3553402360541762105115
Binary111011011110000010011110010110000111111001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE09E; }

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

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

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

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

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

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

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

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