Html Css Color HEX #ECC062 Harvest Gold

📋 copy color: '#ECC062'

red 236 ◦ green 192 ◦ blue 98

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

Shades of Harvest Gold #ECC062

Tints of Harvest Gold #ECC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.63%

R = 44.87%
G = 36.5%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC062 (or 0xECC062) is known color: Harvest Gold. HEX triplet: EC, C0 and 62. RGB value is (236,192,98). Sum of RGB (Red+Green+Blue) = 236+192+98=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC062 is #133F9D. Grayscale: #C2C2C2. Windows color (decimal): -1261470 or 6471916. OLE color: 6471916.

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

Color convert

RGB 236 192 98 -
CMYK 0 0.19 0.58 0.07
HSL 40.87º 0.78% 0.65% -
HSV(B) 40.87º 0.58% 0.93% -
XYZ 55.65 56.41 19.51 -
YUV 194.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 236 192 98 0 0.19 0.58 0.07 40.87 0.78 0.65
Hex EC C0 62 0 13 3A 7 29 4E 41
Octal 354 300 142 0 23 72 7 51 116 101
Binary 11101100 11000000 1100010 0 10011 111010 111 101001 1001110 1000001

Color Harmonies of #ECC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC062

Black with #ECC062

Text Example


Text Example

White with #ECC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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