Html Css Color HEX #ECC066 Harvest Gold

📋 copy color: '#ECC066'

red 236 ◦ green 192 ◦ blue 102

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

Shades of Harvest Gold #ECC066

Tints of Harvest Gold #ECC066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

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

R = 44.53%
G = 36.23%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECC066 (or 0xECC066) is known color: Harvest Gold. HEX triplet: EC, C0 and 66. RGB value is (236,192,102). Sum of RGB (Red+Green+Blue) = 236+192+102=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC066 is #133F99. Grayscale: #C3C3C3. Windows color (decimal): -1261466 or 6734060. OLE color: 6734060.

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

Color convert

RGB 236 192 102 -
CMYK 0 0.19 0.57 0.07
HSL 40.3º 0.78% 0.66% -
HSV(B) 40.3º 0.57% 0.93% -
XYZ 55.84 56.49 20.53 -
YUV 194.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 236 192 102 0 0.19 0.57 0.07 40.3 0.78 0.66
Hex EC C0 66 0 13 39 7 28 4E 42
Octal 354 300 146 0 23 71 7 50 116 102
Binary 11101100 11000000 1100110 0 10011 111001 111 101000 1001110 1000010

Color Harmonies of #ECC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC066

Black with #ECC066

Text Example


Text Example

White with #ECC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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