#EDD88E

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

Shades of Buff #EDD88E

Tints of Buff #EDD88E

Color information

#EDD88E (or 0xEDD88E) is unknown color: approx Buff. HEX triplet: ED, D8 and 8E. RGB value is (237,216,142). Sum of RGB (Red+Green+Blue) = 237+216+142=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD88E is #122771. Grayscale: #D6D6D6. Windows color (decimal): -1189746 or 9361645. OLE color: 9361645.

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

Color convert

RGB237216142-
CMYK00.090.400.07
HSL46.74º72.52%74.31%-
HSV(B)46.74º40.08%92.94%-
XYZ64.3669.0735.53-
YUV213.8487.46144.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=39.83%
G=36.30%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721614200.090.400.0746.7472.5274.31
HexEDD88E092872f494a
Octal35533021601150757111112
Binary1110110111011000100011100100110100011110111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD88E; }

 p { color: rgb(237,216,142); }

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

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

 a { background-color: rgb(237,216,142); }

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

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

 span { border-color: rgb(237,216,142); }

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