#EDD589

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

Shades of Buff #EDD589

Tints of Buff #EDD589

Color information

#EDD589 (or 0xEDD589) is unknown color: approx Buff. HEX triplet: ED, D5 and 89. RGB value is (237,213,137). Sum of RGB (Red+Green+Blue) = 237+213+137=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD589 is #122A76. Grayscale: #D3D3D3. Windows color (decimal): -1190519 or 9033197. OLE color: 9033197.

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

Color convert

RGB237213137-
CMYK00.100.420.07
HSL45.6º73.53%73.33%-
HSV(B)45.6º42.19%92.94%-
XYZ63.2367.433.34-
YUV211.5185.95146.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 137 (53.91% from 255) = 23.34%
R=40.37%
G=36.29%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721313700.100.420.0745.673.5373.33
HexEDD5890A2A72e4a49
Octal35532521101252756112111
Binary1110110111010101100010010101010101011110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD589; }

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

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

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

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

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

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

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

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