#EDD489

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

Shades of Buff #EDD489

Tints of Buff #EDD489

Color information

#EDD489 (or 0xEDD489) is unknown color: approx Buff. HEX triplet: ED, D4 and 89. RGB value is (237,212,137). Sum of RGB (Red+Green+Blue) = 237+212+137=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD489 is #122B76. Grayscale: #D3D3D3. Windows color (decimal): -1190775 or 9032941. OLE color: 9032941.

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

Color convert

RGB237212137-
CMYK00.110.420.07
HSL45º73.53%73.33%-
HSV(B)45º42.19%92.94%-
XYZ62.9866.933.26-
YUV210.9286.28146.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 137 (53.91% from 255) = 23.38%
R=40.44%
G=36.18%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721213700.110.420.074573.5373.33
HexEDD4890B2A72d4a49
Octal35532421101352755112111
Binary1110110111010100100010010101110101011110110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD489; }

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

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

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

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

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

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

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

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