Html Css Color HEX #EDE09D Buttermilk

📋 copy color: '#EDE09D'

red 237 ◦ green 224 ◦ blue 157

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

Shades of Buttermilk #EDE09D

Tints of Buttermilk #EDE09D

RGB

 RED value IS 237 (92.97% from 255) = 38.35%

 GREEN value IS 224 (87.89% from 255) = 36.25%

 BLUE value IS 157 (61.72% from 255) = 25.4%

R = 38.35%
G = 36.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDE09D (or 0xEDE09D) is known color: Buttermilk. HEX triplet: ED, E0 and 9D. RGB value is (237,224,157). Sum of RGB (Red+Green+Blue) = 237+224+157=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE09D is #121F62. Grayscale: #DCDCDC. Windows color (decimal): -1187683 or 10346733. OLE color: 10346733.

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

Color convert

RGB 237 224 157 -
CMYK 0 0.05 0.34 0.07
HSL 50.25º 0.69% 0.77% -
HSV(B) 50.25º 0.34% 0.93% -
XYZ 67.67 73.75 42.57 -
YUV 220.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 237 224 157 0 0.05 0.34 0.07 50.25 0.69 0.77
Hex ED E0 9D 0 5 22 7 32 45 4D
Octal 355 340 235 0 5 42 7 62 105 115
Binary 11101101 11100000 10011101 0 101 100010 111 110010 1000101 1001101

Color Harmonies of #EDE09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE09D

Black with #EDE09D

Text Example


Text Example

White with #EDE09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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