Html Css Color HEX #ECC66A Golden Sand

📋 copy color: '#ECC66A'

red 236 ◦ green 198 ◦ blue 106

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

Shades of Golden Sand #ECC66A

Tints of Golden Sand #ECC66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 43.7%
G = 36.67%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECC66A (or 0xECC66A) is known color: Golden Sand. HEX triplet: EC, C6 and 6A. RGB value is (236,198,106). Sum of RGB (Red+Green+Blue) = 236+198+106=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC66A is #133995. Grayscale: #C7C7C7. Windows color (decimal): -1259926 or 6997740. OLE color: 6997740.

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

Color convert

RGB 236 198 106 -
CMYK 0 0.16 0.55 0.07
HSL 42.46º 0.77% 0.67% -
HSV(B) 42.46º 0.55% 0.93% -
XYZ 57.39 59.26 22.05 -
YUV 198.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 236 198 106 0 0.16 0.55 0.07 42.46 0.77 0.67
Hex EC C6 6A 0 10 37 7 2A 4D 43
Octal 354 306 152 0 20 67 7 52 115 103
Binary 11101100 11000110 1101010 0 10000 110111 111 101010 1001101 1000011

Color Harmonies of #ECC66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC66A

Black with #ECC66A

Text Example


Text Example

White with #ECC66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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