Html Css Color HEX #EEDFA0 Buttermilk

📋 copy color: '#EEDFA0'

red 238 ◦ green 223 ◦ blue 160

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

Shades of Buttermilk #EEDFA0

Tints of Buttermilk #EEDFA0

RGB

 RED value IS 238 (93.36% from 255) = 38.33%

 GREEN value IS 223 (87.5% from 255) = 35.91%

 BLUE value IS 160 (62.89% from 255) = 25.76%

R = 38.33%
G = 35.91%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEDFA0 (or 0xEEDFA0) is known color: Buttermilk. HEX triplet: EE, DF and A0. RGB value is (238,223,160). Sum of RGB (Red+Green+Blue) = 238+223+160=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFA0 is #11205F. Grayscale: #DCDCDC. Windows color (decimal): -1122400 or 10543086. OLE color: 10543086.

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

Color convert

RGB 238 223 160 -
CMYK 0 0.06 0.33 0.07
HSL 48.46º 0.7% 0.78% -
HSV(B) 48.46º 0.33% 0.93% -
XYZ 67.99 73.49 43.86 -
YUV 220.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 238 223 160 0 0.06 0.33 0.07 48.46 0.7 0.78
Hex EE DF A0 0 6 21 7 30 46 4E
Octal 356 337 240 0 6 41 7 60 106 116
Binary 11101110 11011111 10100000 0 110 100001 111 110000 1000110 1001110

Color Harmonies of #EEDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFA0

Black with #EEDFA0

Text Example


Text Example

White with #EEDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFA0; }

 p { color: rgb(238,223,160); }

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

background-color css

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

 a { background-color: rgb(238,223,160); }

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

border-color css

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

 span { border-color: rgb(238,223,160); }

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