Html Css Color HEX #EDD173 Golden Sand

📋 copy color: '#EDD173'

red 237 ◦ green 209 ◦ blue 115

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

Shades of Golden Sand #EDD173

Tints of Golden Sand #EDD173

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

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

R = 42.25%
G = 37.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD173 (or 0xEDD173) is known color: Golden Sand. HEX triplet: ED, D1 and 73. RGB value is (237,209,115). Sum of RGB (Red+Green+Blue) = 237+209+115=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD173 is #122E8C. Grayscale: #CFCFCF. Windows color (decimal): -1191565 or 7590381. OLE color: 7590381.

HSL color Cylindrical-coordinate representation of color #EDD173: hue angle of 46.23º 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 #EDD173 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 115 -
CMYK 0 0.12 0.51 0.07
HSL 46.23º 0.77% 0.69% -
HSV(B) 46.23º 0.51% 0.93% -
XYZ 60.82 64.84 25.53 -
YUV 206.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 237 209 115 0 0.12 0.51 0.07 46.23 0.77 0.69
Hex ED D1 73 0 C 33 7 2E 4D 45
Octal 355 321 163 0 14 63 7 56 115 105
Binary 11101101 11010001 1110011 0 1100 110011 111 101110 1001101 1000101

Color Harmonies of #EDD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD173

Black with #EDD173

Text Example


Text Example

White with #EDD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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