#EDD485

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

Shades of Buff #EDD485

Tints of Buff #EDD485

Color information

#EDD485 (or 0xEDD485) is unknown color: approx Buff. HEX triplet: ED, D4 and 85. RGB value is (237,212,133). Sum of RGB (Red+Green+Blue) = 237+212+133=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD485 is #122B7A. Grayscale: #D2D2D2. Windows color (decimal): -1190779 or 8770797. OLE color: 8770797.

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

Color convert

RGB237212133-
CMYK00.110.440.07
HSL45.58º74.29%72.55%-
HSV(B)45.58º43.88%92.94%-
XYZ62.766.7831.78-
YUV210.4784.28146.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 212 (83.20% from 255) = 36.43%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=40.72%
G=36.43%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721213300.110.440.0745.5874.2972.55
HexEDD4850B2C72e4a49
Octal35532420501354756112111
Binary1110110111010100100001010101110110011110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD485; }

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

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

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

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

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

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

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

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