Html Css Color HEX #ECC560 Golden Sand

📋 copy color: '#ECC560'

red 236 ◦ green 197 ◦ blue 96

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

Shades of Golden Sand #ECC560

Tints of Golden Sand #ECC560

RGB

 RED value IS 236 (92.58% from 255) = 44.61%

 GREEN value IS 197 (77.34% from 255) = 37.24%

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

R = 44.61%
G = 37.24%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECC560 (or 0xECC560) is known color: Golden Sand. HEX triplet: EC, C5 and 60. RGB value is (236,197,96). Sum of RGB (Red+Green+Blue) = 236+197+96=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC560 is #133A9F. Grayscale: #C5C5C5. Windows color (decimal): -1260192 or 6342124. OLE color: 6342124.

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

Color convert

RGB 236 197 96 -
CMYK 0 0.17 0.59 0.07
HSL 43.29º 0.79% 0.65% -
HSV(B) 43.29º 0.59% 0.93% -
XYZ 56.67 58.61 19.39 -
YUV 197.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 236 197 96 0 0.17 0.59 0.07 43.29 0.79 0.65
Hex EC C5 60 0 11 3B 7 2B 4F 41
Octal 354 305 140 0 21 73 7 53 117 101
Binary 11101100 11000101 1100000 0 10001 111011 111 101011 1001111 1000001

Color Harmonies of #ECC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC560

Black with #ECC560

Text Example


Text Example

White with #ECC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC560; }

 p { color: rgb(236,197,96); }

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

background-color css

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

 a { background-color: rgb(236,197,96); }

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

border-color css

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

 span { border-color: rgb(236,197,96); }

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