#EDD787

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

Shades of Buff #EDD787

Tints of Buff #EDD787

Color information

#EDD787 (or 0xEDD787) is unknown color: approx Buff. HEX triplet: ED, D7 and 87. RGB value is (237,215,135). Sum of RGB (Red+Green+Blue) = 237+215+135=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD787 is #122878. Grayscale: #D4D4D4. Windows color (decimal): -1190009 or 8902637. OLE color: 8902637.

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

Color convert

RGB237215135-
CMYK00.090.430.07
HSL47.06º73.91%72.94%-
HSV(B)47.06º43.04%92.94%-
XYZ63.668.3532.76-
YUV212.4684.29145.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 135 (53.12% from 255) = 23.00%
R=40.37%
G=36.63%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721513500.090.430.0747.0673.9172.94
HexEDD787092B72f4a49
Octal35532720701153757112111
Binary1110110111010111100001110100110101111110111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD787; }

 p { color: rgb(237,215,135); }

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

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

 a { background-color: rgb(237,215,135); }

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

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

 span { border-color: rgb(237,215,135); }

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