Html Css Color HEX #EDD570 Golden Sand

📋 copy color: '#EDD570'

red 237 ◦ green 213 ◦ blue 112

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

Shades of Golden Sand #EDD570

Tints of Golden Sand #EDD570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.93%

R = 42.17%
G = 37.9%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD570 (or 0xEDD570) is known color: Golden Sand. HEX triplet: ED, D5 and 70. RGB value is (237,213,112). Sum of RGB (Red+Green+Blue) = 237+213+112=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD570 is #122A8F. Grayscale: #D1D1D1. Windows color (decimal): -1190544 or 7394797. OLE color: 7394797.

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

Color convert

RGB 237 213 112 -
CMYK 0 0.10 0.53 0.07
HSL 48.48º 0.78% 0.68% -
HSV(B) 48.48º 0.53% 0.93% -
XYZ 61.64 66.76 24.97 -
YUV 208.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 237 213 112 0 0.10 0.53 0.07 48.48 0.78 0.68
Hex ED D5 70 0 A 35 7 30 4E 44
Octal 355 325 160 0 12 65 7 60 116 104
Binary 11101101 11010101 1110000 0 1010 110101 111 110000 1001110 1000100

Color Harmonies of #EDD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD570

Black with #EDD570

Text Example


Text Example

White with #EDD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD570; }

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

 H1.HeaderClassName
 {
   color: #EDD570;
 }
 .AnyTagClassName
 {
   color: #EDD570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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