Html Css Color HEX #ECC460 Golden Sand

📋 copy color: '#ECC460'

red 236 ◦ green 196 ◦ blue 96

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

Shades of Golden Sand #ECC460

Tints of Golden Sand #ECC460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 44.7%
G = 37.12%
B = 18.18%

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

#ECC460 (or 0xECC460) is known color: Golden Sand. HEX triplet: EC, C4 and 60. RGB value is (236,196,96). Sum of RGB (Red+Green+Blue) = 236+196+96=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC460 is #133B9F. Grayscale: #C5C5C5. Windows color (decimal): -1260448 or 6341868. OLE color: 6341868.

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

Color convert

RGB 236 196 96 -
CMYK 0 0.17 0.59 0.07
HSL 42.86º 0.79% 0.65% -
HSV(B) 42.86º 0.59% 0.93% -
XYZ 56.44 58.16 19.32 -
YUV 196.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 236 196 96 0 0.17 0.59 0.07 42.86 0.79 0.65
Hex EC C4 60 0 11 3B 7 2B 4F 41
Octal 354 304 140 0 21 73 7 53 117 101
Binary 11101100 11000100 1100000 0 10001 111011 111 101011 1001111 1000001

Color Harmonies of #ECC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC460

Black with #ECC460

Text Example


Text Example

White with #ECC460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC460; }

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

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

background-color css

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

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

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

border-color css

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

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

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