#EEDB8F

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

Shades of Buff #EEDB8F

Tints of Buff #EEDB8F

Color information

#EEDB8F (or 0xEEDB8F) is unknown color: approx Buff. HEX triplet: EE, DB and 8F. RGB value is (238,219,143). Sum of RGB (Red+Green+Blue) = 238+219+143=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB8F is #112470. Grayscale: #D8D8D8. Windows color (decimal): -1123441 or 9427950. OLE color: 9427950.

HSL color Cylindrical-coordinate representation of color #EEDB8F: hue angle of 48º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEDB8F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238219143-
CMYK00.080.400.07
HSL48º73.64%74.71%-
HSV(B)48º39.92%93.33%-
XYZ65.5570.8236.2-
YUV216.0286.79143.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 143 (56.25% from 255) = 23.83%
R=39.67%
G=36.5%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821914300.080.400.074873.6474.71
HexEEDB8F08287304a4b
Octal35633321701050760112113
Binary1110111011011011100011110100010100011111000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB8F; }

 p { color: rgb(238,219,143); }

 H1.HeaderClassName
 {
   color: #EEDB8F;
 }
 .AnyTagClassName
 {
   color: #EEDB8F;
 }
</style>
background-color css

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

 a { background-color: rgb(238,219,143); }

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

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

 span { border-color: rgb(238,219,143); }

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