Html Css Color HEX #ECC073 Harvest Gold

📋 copy color: '#ECC073'

red 236 ◦ green 192 ◦ blue 115

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

Shades of Harvest Gold #ECC073

Tints of Harvest Gold #ECC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 43.46%
G = 35.36%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC073 (or 0xECC073) is known color: Harvest Gold. HEX triplet: EC, C0 and 73. RGB value is (236,192,115). Sum of RGB (Red+Green+Blue) = 236+192+115=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC073 is #133F8C. Grayscale: #C4C4C4. Windows color (decimal): -1261453 or 7586028. OLE color: 7586028.

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

Color convert

RGB 236 192 115 -
CMYK 0 0.19 0.51 0.07
HSL 38.18º 0.76% 0.69% -
HSV(B) 38.18º 0.51% 0.93% -
XYZ 56.54 56.77 24.2 -
YUV 196.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 236 192 115 0 0.19 0.51 0.07 38.18 0.76 0.69
Hex EC C0 73 0 13 33 7 26 4C 45
Octal 354 300 163 0 23 63 7 46 114 105
Binary 11101100 11000000 1110011 0 10011 110011 111 100110 1001100 1000101

Color Harmonies of #ECC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC073

Black with #ECC073

Text Example


Text Example

White with #ECC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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