Html Css Color HEX #EDC860 Golden Sand

📋 copy color: '#EDC860'

red 237 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #EDC860

Tints of Golden Sand #EDC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.52%

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

R = 44.47%
G = 37.52%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC860 (or 0xEDC860) is known color: Golden Sand. HEX triplet: ED, C8 and 60. RGB value is (237,200,96). Sum of RGB (Red+Green+Blue) = 237+200+96=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC860 is #12379F. Grayscale: #C7C7C7. Windows color (decimal): -1193888 or 6342893. OLE color: 6342893.

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

Color convert

RGB 237 200 96 -
CMYK 0 0.16 0.59 0.07
HSL 44.26º 0.8% 0.65% -
HSV(B) 44.26º 0.59% 0.93% -
XYZ 57.69 60.16 19.64 -
YUV 199.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 237 200 96 0 0.16 0.59 0.07 44.26 0.8 0.65
Hex ED C8 60 0 10 3B 7 2C 50 41
Octal 355 310 140 0 20 73 7 54 120 101
Binary 11101101 11001000 1100000 0 10000 111011 111 101100 1010000 1000001

Color Harmonies of #EDC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC860

Black with #EDC860

Text Example


Text Example

White with #EDC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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