#EDD47E

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

Shades of Buff #EDD47E

Tints of Buff #EDD47E

Color information

#EDD47E (or 0xEDD47E) is unknown color: approx Buff. HEX triplet: ED, D4 and 7E. RGB value is (237,212,126). Sum of RGB (Red+Green+Blue) = 237+212+126=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD47E is #122B81. Grayscale: #D2D2D2. Windows color (decimal): -1190786 or 8312045. OLE color: 8312045.

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

Color convert

RGB237212126-
CMYK00.110.470.07
HSL46.49º75.51%71.18%-
HSV(B)46.49º46.84%92.94%-
XYZ62.2366.629.31-
YUV209.6780.78147.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 126 (49.61% from 255) = 21.91%
R=41.22%
G=36.87%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721212600.110.470.0746.4975.5171.18
HexEDD47E0B2F72e4c47
Octal35532417601357756114107
Binary111011011101010011111100101110111111110111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD47E; }

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

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

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

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

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

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

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

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