#EDD47C

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

Shades of Buff #EDD47C

Tints of Buff #EDD47C

Color information

#EDD47C (or 0xEDD47C) is unknown color: approx Buff. HEX triplet: ED, D4 and 7C. RGB value is (237,212,124). Sum of RGB (Red+Green+Blue) = 237+212+124=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47C is #122B83. Grayscale: #D1D1D1. Windows color (decimal): -1190788 or 8180973. OLE color: 8180973.

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

Color convert

RGB237212124-
CMYK00.110.480.07
HSL46.73º75.84%70.78%-
HSV(B)46.73º47.68%92.94%-
XYZ62.1166.5528.64-
YUV209.4479.78147.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=41.36%
G=37.00%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721212400.110.480.0746.7375.8470.78
HexEDD47C0B3072f4c47
Octal35532417401360757114107
Binary111011011101010011111000101111000011110111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD47C; }

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

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

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

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

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

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

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

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