#EDD571

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

Shades of Golden Sand #EDD571

Tints of Golden Sand #EDD571

Color information

#EDD571 (or 0xEDD571) is unknown color: approx Golden Sand. HEX triplet: ED, D5 and 71. RGB value is (237,213,113). Sum of RGB (Red+Green+Blue) = 237+213+113=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD571 is #122A8E. Grayscale: #D1D1D1. Windows color (decimal): -1190543 or 7460333. OLE color: 7460333.

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

Color convert

RGB237213113-
CMYK00.100.520.07
HSL48.39º77.5%68.63%-
HSV(B)48.39º52.32%92.94%-
XYZ61.766.7925.26-
YUV208.7873.95148.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=42.10%
G=37.83%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721311300.100.520.0748.3977.568.63
HexEDD5710A347304e45
Octal35532516101264760116105
Binary111011011101010111100010101011010011111000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD571; }

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

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

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

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

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

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

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

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