#EED88B

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

Shades of Buff #EED88B

Tints of Buff #EED88B

Color information

#EED88B (or 0xEED88B) is unknown color: approx Buff. HEX triplet: EE, D8 and 8B. RGB value is (238,216,139). Sum of RGB (Red+Green+Blue) = 238+216+139=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED88B is #112774. Grayscale: #D6D6D6. Windows color (decimal): -1124213 or 9165038. OLE color: 9165038.

HSL color Cylindrical-coordinate representation of color #EED88B: hue angle of 46.67º 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 #EED88B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238216139-
CMYK00.090.420.07
HSL46.67º74.44%73.92%-
HSV(B)46.67º41.6%93.33%-
XYZ64.4869.1534.38-
YUV213.885.79145.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 139 (54.69% from 255) = 23.44%
R=40.13%
G=36.42%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821613900.090.420.0746.6774.4473.92
HexEED88B092A72f4a4a
Octal35633021301152757112112
Binary1110111011011000100010110100110101011110111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED88B; }

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

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

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

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

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

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

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

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