Html Css Color HEX #EDE19E Buttermilk

📋 copy color: '#EDE19E'

red 237 ◦ green 225 ◦ blue 158

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

Shades of Buttermilk #EDE19E

Tints of Buttermilk #EDE19E

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 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

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

RGB 237 225 158 -
CMYK 0 0.05 0.33 0.07
HSL 50.89º 0.69% 0.77% -
HSV(B) 50.89º 0.33% 0.93% -
XYZ 68.02 74.32 43.11 -
YUV 220.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 237 225 158 0 0.05 0.33 0.07 50.89 0.69 0.77
Hex ED E1 9E 0 5 21 7 33 45 4D
Octal 355 341 236 0 5 41 7 63 105 115
Binary 11101101 11100001 10011110 0 101 100001 111 110011 1000101 1001101

Color Harmonies of #EDE19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE19E

Black with #EDE19E

Text Example


Text Example

White with #EDE19E

Text Example


Text Example

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