Html Css Color HEX #EDC960 Golden Sand

📋 copy color: '#EDC960'

red 237 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #EDC960

Tints of Golden Sand #EDC960

RGB

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

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

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

R = 44.38%
G = 37.64%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC960 (or 0xEDC960) is known color: Golden Sand. HEX triplet: ED, C9 and 60. RGB value is (237,201,96). Sum of RGB (Red+Green+Blue) = 237+201+96=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC960 is #12369F. Grayscale: #C8C8C8. Windows color (decimal): -1193632 or 6343149. OLE color: 6343149.

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

Color convert

RGB 237 201 96 -
CMYK 0 0.15 0.59 0.07
HSL 44.68º 0.8% 0.65% -
HSV(B) 44.68º 0.59% 0.93% -
XYZ 57.92 60.62 19.71 -
YUV 199.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 237 201 96 0 0.15 0.59 0.07 44.68 0.8 0.65
Hex ED C9 60 0 F 3B 7 2D 50 41
Octal 355 311 140 0 17 73 7 55 120 101
Binary 11101101 11001001 1100000 0 1111 111011 111 101101 1010000 1000001

Color Harmonies of #EDC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC960

Black with #EDC960

Text Example


Text Example

White with #EDC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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