Html Css Color HEX #EDD170 Golden Sand

📋 copy color: '#EDD170'

red 237 ◦ green 209 ◦ blue 112

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

Shades of Golden Sand #EDD170

Tints of Golden Sand #EDD170

RGB

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

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

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

R = 42.47%
G = 37.46%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD170 (or 0xEDD170) is known color: Golden Sand. HEX triplet: ED, D1 and 70. RGB value is (237,209,112). Sum of RGB (Red+Green+Blue) = 237+209+112=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD170 is #122E8F. Grayscale: #CECECE. Windows color (decimal): -1191568 or 7393773. OLE color: 7393773.

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

Color convert

RGB 237 209 112 -
CMYK 0 0.12 0.53 0.07
HSL 46.56º 0.78% 0.68% -
HSV(B) 46.56º 0.53% 0.93% -
XYZ 60.65 64.78 24.64 -
YUV 206.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 237 209 112 0 0.12 0.53 0.07 46.56 0.78 0.68
Hex ED D1 70 0 C 35 7 2F 4E 44
Octal 355 321 160 0 14 65 7 57 116 104
Binary 11101101 11010001 1110000 0 1100 110101 111 101111 1001110 1000100

Color Harmonies of #EDD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD170

Black with #EDD170

Text Example


Text Example

White with #EDD170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD170; }

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

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

background-color css

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

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

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

border-color css

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

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

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