Html Css Color HEX #EDE0A2 Buttermilk

📋 copy color: '#EDE0A2'

red 237 ◦ green 224 ◦ blue 162

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

Shades of Buttermilk #EDE0A2

Tints of Buttermilk #EDE0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26%

R = 38.04%
G = 35.96%
B = 26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDE0A2 (or 0xEDE0A2) is known color: Buttermilk. HEX triplet: ED, E0 and A2. RGB value is (237,224,162). Sum of RGB (Red+Green+Blue) = 237+224+162=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0A2 is #121F5D. Grayscale: #DDDDDD. Windows color (decimal): -1187678 or 10674413. OLE color: 10674413.

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

Color convert

RGB 237 224 162 -
CMYK 0 0.05 0.32 0.07
HSL 49.6º 0.68% 0.78% -
HSV(B) 49.6º 0.32% 0.93% -
XYZ 68.1 73.92 44.86 -
YUV 220.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 237 224 162 0 0.05 0.32 0.07 49.6 0.68 0.78
Hex ED E0 A2 0 5 20 7 32 44 4E
Octal 355 340 242 0 5 40 7 62 104 116
Binary 11101101 11100000 10100010 0 101 100000 111 110010 1000100 1001110

Color Harmonies of #EDE0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0A2

Black with #EDE0A2

Text Example


Text Example

White with #EDE0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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