#EDD486

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

Shades of Buff #EDD486

Tints of Buff #EDD486

Color information

#EDD486 (or 0xEDD486) is unknown color: approx Buff. HEX triplet: ED, D4 and 86. RGB value is (237,212,134). Sum of RGB (Red+Green+Blue) = 237+212+134=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD486 is #122B79. Grayscale: #D2D2D2. Windows color (decimal): -1190778 or 8836333. OLE color: 8836333.

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

Color convert

RGB237212134-
CMYK00.110.430.07
HSL45.44º74.1%72.75%-
HSV(B)45.44º43.46%92.94%-
XYZ62.7766.8132.14-
YUV210.5884.78146.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 134 (52.73% from 255) = 22.98%
R=40.65%
G=36.36%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721213400.110.430.0745.4474.172.75
HexEDD4860B2B72d4a49
Octal35532420601353755112111
Binary1110110111010100100001100101110101111110110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD486; }

 p { color: rgb(237,212,134); }

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

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

 a { background-color: rgb(237,212,134); }

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

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

 span { border-color: rgb(237,212,134); }

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