Html Css Color HEX #ECC164 Harvest Gold

📋 copy color: '#ECC164'

red 236 ◦ green 193 ◦ blue 100

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

Shades of Harvest Gold #ECC164

Tints of Harvest Gold #ECC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.48%

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 44.61%
G = 36.48%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC164 (or 0xECC164) is known color: Harvest Gold. HEX triplet: EC, C1 and 64. RGB value is (236,193,100). Sum of RGB (Red+Green+Blue) = 236+193+100=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC164 is #133E9B. Grayscale: #C3C3C3. Windows color (decimal): -1261212 or 6603244. OLE color: 6603244.

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

Color convert

RGB 236 193 100 -
CMYK 0 0.18 0.58 0.07
HSL 41.03º 0.78% 0.66% -
HSV(B) 41.03º 0.58% 0.93% -
XYZ 55.96 56.89 20.09 -
YUV 195.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 236 193 100 0 0.18 0.58 0.07 41.03 0.78 0.66
Hex EC C1 64 0 12 3A 7 29 4E 42
Octal 354 301 144 0 22 72 7 51 116 102
Binary 11101100 11000001 1100100 0 10010 111010 111 101001 1001110 1000010

Color Harmonies of #ECC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC164

Black with #ECC164

Text Example


Text Example

White with #ECC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC164; }

 p { color: rgb(236,193,100); }

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

background-color css

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

 a { background-color: rgb(236,193,100); }

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

border-color css

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

 span { border-color: rgb(236,193,100); }

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