#EDD57D

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

Shades of Buff #EDD57D

Tints of Buff #EDD57D

Color information

#EDD57D (or 0xEDD57D) is unknown color: approx Buff. HEX triplet: ED, D5 and 7D. RGB value is (237,213,125). Sum of RGB (Red+Green+Blue) = 237+213+125=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD57D is #122A82. Grayscale: #D2D2D2. Windows color (decimal): -1190531 or 8246765. OLE color: 8246765.

HSL color Cylindrical-coordinate representation of color #EDD57D: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDD57D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237213125-
CMYK00.100.470.07
HSL47.14º75.68%70.98%-
HSV(B)47.14º47.26%92.94%-
XYZ62.4267.0729.06-
YUV210.1479.95147.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 125 (49.22% from 255) = 21.74%
R=41.22%
G=37.04%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721312500.100.470.0747.1475.6870.98
HexEDD57D0A2F72f4c47
Octal35532517501257757114107
Binary111011011101010111111010101010111111110111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD57D; }

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

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

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

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

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

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

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

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