Html Css Color HEX #EDD060 Golden Sand

📋 copy color: '#EDD060'

red 237 ◦ green 208 ◦ blue 96

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

Shades of Golden Sand #EDD060

Tints of Golden Sand #EDD060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.45%

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 43.81%
G = 38.45%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD060 (or 0xEDD060) is known color: Golden Sand. HEX triplet: ED, D0 and 60. RGB value is (237,208,96). Sum of RGB (Red+Green+Blue) = 237+208+96=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD060 is #122F9F. Grayscale: #CCCCCC. Windows color (decimal): -1191840 or 6344941. OLE color: 6344941.

HSL color Cylindrical-coordinate representation of color #EDD060: hue angle of 47.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD060 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 96 -
CMYK 0 0.12 0.59 0.07
HSL 47.66º 0.8% 0.65% -
HSV(B) 47.66º 0.59% 0.93% -
XYZ 59.59 63.96 20.27 -
YUV 203.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 237 208 96 0 0.12 0.59 0.07 47.66 0.8 0.65
Hex ED D0 60 0 C 3B 7 30 50 41
Octal 355 320 140 0 14 73 7 60 120 101
Binary 11101101 11010000 1100000 0 1100 111011 111 110000 1010000 1000001

Color Harmonies of #EDD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD060

Black with #EDD060

Text Example


Text Example

White with #EDD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD060; }

 p { color: rgb(237,208,96); }

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

background-color css

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

 a { background-color: rgb(237,208,96); }

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

border-color css

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

 span { border-color: rgb(237,208,96); }

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