#EEDFA0

Color #EEDFA0 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #EEDFA0

Tints of Buttermilk #EEDFA0

Color information

#EEDFA0 (or 0xEEDFA0) is unknown color: approx 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

RGB238223160-
CMYK00.060.330.07
HSL48.46º69.64%78.04%-
HSV(B)48.46º32.77%93.33%-
XYZ67.9973.4943.86-
YUV220.393.97140.62-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822316000.060.330.0748.4669.6478.04
HexEEDFA00621730464e
Octal3563372400641760106116
Binary111011101101111110100000011010000111111000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>