Html Css Color HEX #ECC666 Golden Sand

📋 copy color: '#ECC666'

red 236 ◦ green 198 ◦ blue 102

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

Shades of Golden Sand #ECC666

Tints of Golden Sand #ECC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 44.03%
G = 36.94%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECC666 (or 0xECC666) is known color: Golden Sand. HEX triplet: EC, C6 and 66. RGB value is (236,198,102). Sum of RGB (Red+Green+Blue) = 236+198+102=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC666 is #133999. Grayscale: #C6C6C6. Windows color (decimal): -1259930 or 6735596. OLE color: 6735596.

HSL color Cylindrical-coordinate representation of color #ECC666: hue angle of 42.99º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC666 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 102 -
CMYK 0 0.16 0.57 0.07
HSL 42.99º 0.78% 0.66% -
HSV(B) 42.99º 0.57% 0.93% -
XYZ 57.18 59.18 20.98 -
YUV 198.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 236 198 102 0 0.16 0.57 0.07 42.99 0.78 0.66
Hex EC C6 66 0 10 39 7 2B 4E 42
Octal 354 306 146 0 20 71 7 53 116 102
Binary 11101100 11000110 1100110 0 10000 111001 111 101011 1001110 1000010

Color Harmonies of #ECC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC666

Black with #ECC666

Text Example


Text Example

White with #ECC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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