Html Css Color HEX #ECC174 Harvest Gold

📋 copy color: '#ECC174'

red 236 ◦ green 193 ◦ blue 116

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

Shades of Harvest Gold #ECC174

Tints of Harvest Gold #ECC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 43.3%
G = 35.41%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECC174 (or 0xECC174) is known color: Harvest Gold. HEX triplet: EC, C1 and 74. RGB value is (236,193,116). Sum of RGB (Red+Green+Blue) = 236+193+116=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC174 is #133E8B. Grayscale: #C5C5C5. Windows color (decimal): -1261196 or 7651820. OLE color: 7651820.

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

Color convert

RGB 236 193 116 -
CMYK 0 0.18 0.51 0.07
HSL 38.5º 0.76% 0.69% -
HSV(B) 38.5º 0.51% 0.93% -
XYZ 56.81 57.23 24.58 -
YUV 197.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 236 193 116 0 0.18 0.51 0.07 38.5 0.76 0.69
Hex EC C1 74 0 12 33 7 26 4C 45
Octal 354 301 164 0 22 63 7 46 114 105
Binary 11101100 11000001 1110100 0 10010 110011 111 100110 1001100 1000101

Color Harmonies of #ECC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC174

Black with #ECC174

Text Example


Text Example

White with #ECC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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