#EDD57C

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

Shades of Buff #EDD57C

Tints of Buff #EDD57C

Color information

#EDD57C (or 0xEDD57C) is unknown color: approx Buff. HEX triplet: ED, D5 and 7C. RGB value is (237,213,124). Sum of RGB (Red+Green+Blue) = 237+213+124=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD57C is #122A83. Grayscale: #D2D2D2. Windows color (decimal): -1190532 or 8181229. OLE color: 8181229.

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

Color convert

RGB237213124-
CMYK00.100.480.07
HSL47.26º75.84%70.78%-
HSV(B)47.26º47.68%92.94%-
XYZ62.3667.0528.72-
YUV210.0379.45147.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 124 (48.83% from 255) = 21.60%
R=41.29%
G=37.11%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721312400.100.480.0747.2675.8470.78
HexEDD57C0A3072f4c47
Octal35532517401260757114107
Binary111011011101010111111000101011000011110111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD57C; }

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

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

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

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

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

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

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

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