#EEDA8B

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

Shades of Buff #EEDA8B

Tints of Buff #EEDA8B

Color information

#EEDA8B (or 0xEEDA8B) is unknown color: approx Buff. HEX triplet: EE, DA and 8B. RGB value is (238,218,139). Sum of RGB (Red+Green+Blue) = 238+218+139=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA8B is #112574. Grayscale: #D7D7D7. Windows color (decimal): -1123701 or 9165550. OLE color: 9165550.

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

Color convert

RGB238218139-
CMYK00.080.420.07
HSL47.88º74.44%73.92%-
HSV(B)47.88º41.6%93.33%-
XYZ64.9970.1834.55-
YUV214.9785.13144.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 23.36%
R=40%
G=36.64%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821813900.080.420.0747.8874.4473.92
HexEEDA8B082A7304a4a
Octal35633221301052760112112
Binary1110111011011010100010110100010101011111000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA8B; }

 p { color: rgb(238,218,139); }

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

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

 a { background-color: rgb(238,218,139); }

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

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

 span { border-color: rgb(238,218,139); }

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