Html Css Color HEX #EDD177 Golden Sand

📋 copy color: '#EDD177'

red 237 ◦ green 209 ◦ blue 119

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

Shades of Golden Sand #EDD177

Tints of Golden Sand #EDD177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.06%

R = 41.95%
G = 36.99%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDD177 (or 0xEDD177) is known color: Golden Sand. HEX triplet: ED, D1 and 77. RGB value is (237,209,119). Sum of RGB (Red+Green+Blue) = 237+209+119=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD177 is #122E88. Grayscale: #CFCFCF. Windows color (decimal): -1191561 or 7852525. OLE color: 7852525.

HSL color Cylindrical-coordinate representation of color #EDD177: hue angle of 45.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD177 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 119 -
CMYK 0 0.12 0.50 0.07
HSL 45.76º 0.77% 0.7% -
HSV(B) 45.76º 0.5% 0.93% -
XYZ 61.06 64.94 26.77 -
YUV 207.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 237 209 119 0 0.12 0.50 0.07 45.76 0.77 0.7
Hex ED D1 77 0 C 32 7 2E 4D 46
Octal 355 321 167 0 14 62 7 56 115 106
Binary 11101101 11010001 1110111 0 1100 110010 111 101110 1001101 1000110

Color Harmonies of #EDD177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD177

Black with #EDD177

Text Example


Text Example

White with #EDD177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD177; }

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

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

background-color css

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

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

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

border-color css

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

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

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