Html Css Color HEX #ECC660 Golden Sand

📋 copy color: '#ECC660'

red 236 ◦ green 198 ◦ blue 96

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

Shades of Golden Sand #ECC660

Tints of Golden Sand #ECC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.36%

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

R = 44.53%
G = 37.36%
B = 18.11%

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

#ECC660 (or 0xECC660) is known color: Golden Sand. HEX triplet: EC, C6 and 60. RGB value is (236,198,96). Sum of RGB (Red+Green+Blue) = 236+198+96=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC660 is #13399F. Grayscale: #C6C6C6. Windows color (decimal): -1259936 or 6342380. OLE color: 6342380.

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

Color convert

RGB 236 198 96 -
CMYK 0 0.16 0.59 0.07
HSL 43.71º 0.79% 0.65% -
HSV(B) 43.71º 0.59% 0.93% -
XYZ 56.9 59.07 19.47 -
YUV 197.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 236 198 96 0 0.16 0.59 0.07 43.71 0.79 0.65
Hex EC C6 60 0 10 3B 7 2C 4F 41
Octal 354 306 140 0 20 73 7 54 117 101
Binary 11101100 11000110 1100000 0 10000 111011 111 101100 1001111 1000001

Color Harmonies of #ECC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC660

Black with #ECC660

Text Example


Text Example

White with #ECC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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