Html Css Color HEX #EDC973 Golden Sand

📋 copy color: '#EDC973'

red 237 ◦ green 201 ◦ blue 115

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

Shades of Golden Sand #EDC973

Tints of Golden Sand #EDC973

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

 BLUE value IS 115 (45.31% from 255) = 20.8%

R = 42.86%
G = 36.35%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC973 (or 0xEDC973) is known color: Golden Sand. HEX triplet: ED, C9 and 73. RGB value is (237,201,115). Sum of RGB (Red+Green+Blue) = 237+201+115=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC973 is #12368C. Grayscale: #CACACA. Windows color (decimal): -1193613 or 7588333. OLE color: 7588333.

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

Color convert

RGB 237 201 115 -
CMYK 0 0.15 0.51 0.07
HSL 42.3º 0.77% 0.69% -
HSV(B) 42.3º 0.51% 0.93% -
XYZ 58.91 61.02 24.89 -
YUV 201.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 237 201 115 0 0.15 0.51 0.07 42.3 0.77 0.69
Hex ED C9 73 0 F 33 7 2A 4D 45
Octal 355 311 163 0 17 63 7 52 115 105
Binary 11101101 11001001 1110011 0 1111 110011 111 101010 1001101 1000101

Color Harmonies of #EDC973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC973

Black with #EDC973

Text Example


Text Example

White with #EDC973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC973; }

 p { color: rgb(237,201,115); }

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

background-color css

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

 a { background-color: rgb(237,201,115); }

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

border-color css

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

 span { border-color: rgb(237,201,115); }

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