Html Css Color HEX #EDD571 Golden Sand

📋 copy color: '#EDD571'

red 237 ◦ green 213 ◦ blue 113

#EDD571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EDD571

Tints of Golden Sand #EDD571

RGB

 RED value IS 237 (92.97% from 255) = 42.1%

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 42.1%
G = 37.83%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD571 (or 0xEDD571) is known color: 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.77, 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

RGB 237 213 113 -
CMYK 0 0.10 0.52 0.07
HSL 48.39º 0.78% 0.69% -
HSV(B) 48.39º 0.52% 0.93% -
XYZ 61.7 66.79 25.26 -
YUV 208.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 237 213 113 0 0.10 0.52 0.07 48.39 0.78 0.69
Hex ED D5 71 0 A 34 7 30 4E 45
Octal 355 325 161 0 12 64 7 60 116 105
Binary 11101101 11010101 1110001 0 1010 110100 111 110000 1001110 1000101

Color Harmonies of #EDD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD571

Black with #EDD571

Text Example


Text Example

White with #EDD571

Text Example


Text Example

HTML Codes & Css Web 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>