Html Css Color HEX #EDE09E Buttermilk

📋 copy color: '#EDE09E'

red 237 ◦ green 224 ◦ blue 158

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

Shades of Buttermilk #EDE09E

Tints of Buttermilk #EDE09E

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 value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDE09E (or 0xEDE09E) is known color: 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

RGB 237 224 158 -
CMYK 0 0.05 0.33 0.07
HSL 50.13º 0.69% 0.77% -
HSV(B) 50.13º 0.33% 0.93% -
XYZ 67.75 73.78 43.02 -
YUV 220.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 237 224 158 0 0.05 0.33 0.07 50.13 0.69 0.77
Hex ED E0 9E 0 5 21 7 32 45 4D
Octal 355 340 236 0 5 41 7 62 105 115
Binary 11101101 11100000 10011110 0 101 100001 111 110010 1000101 1001101

Color Harmonies of #EDE09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE09E

Black with #EDE09E

Text Example


Text Example

White with #EDE09E

Text Example


Text Example

HTML Codes & Css Web 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>