#EDD687

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

Shades of Buff #EDD687

Tints of Buff #EDD687

Color information

#EDD687 (or 0xEDD687) is unknown color: approx Buff. HEX triplet: ED, D6 and 87. RGB value is (237,214,135). Sum of RGB (Red+Green+Blue) = 237+214+135=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD687 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD687 is #122978. Grayscale: #D4D4D4. Windows color (decimal): -1190265 or 8902381. OLE color: 8902381.

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

Color convert

RGB237214135-
CMYK00.100.430.07
HSL46.47º73.91%72.94%-
HSV(B)46.47º43.04%92.94%-
XYZ63.3467.8532.68-
YUV211.8784.62145.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 135 (53.12% from 255) = 23.04%
R=40.44%
G=36.52%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721413500.100.430.0746.4773.9172.94
HexEDD6870A2B72e4a49
Octal35532620701253756112111
Binary1110110111010110100001110101010101111110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD687; }

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

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

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

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

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

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

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

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