Html Css Color HEX #ECAD6C Harvest Gold

📋 copy color: '#ECAD6C'

red 236 ◦ green 173 ◦ blue 108

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

Shades of Harvest Gold #ECAD6C

Tints of Harvest Gold #ECAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 45.65%
G = 33.46%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECAD6C (or 0xECAD6C) is known color: Harvest Gold. HEX triplet: EC, AD and 6C. RGB value is (236,173,108). Sum of RGB (Red+Green+Blue) = 236+173+108=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD6C is #135293. Grayscale: #B8B8B8. Windows color (decimal): -1266324 or 7122412. OLE color: 7122412.

HSL color Cylindrical-coordinate representation of color #ECAD6C: hue angle of 30.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECAD6C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 108 -
CMYK 0 0.27 0.54 0.07
HSL 30.47º 0.77% 0.67% -
HSV(B) 30.47º 0.54% 0.93% -
XYZ 52.24 48.8 20.85 -
YUV 184.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 236 173 108 0 0.27 0.54 0.07 30.47 0.77 0.67
Hex EC AD 6C 0 1B 36 7 1E 4D 43
Octal 354 255 154 0 33 66 7 36 115 103
Binary 11101100 10101101 1101100 0 11011 110110 111 11110 1001101 1000011

Color Harmonies of #ECAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD6C

Black with #ECAD6C

Text Example


Text Example

White with #ECAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD6C; }

 p { color: rgb(236,173,108); }

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

background-color css

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

 a { background-color: rgb(236,173,108); }

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

border-color css

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

 span { border-color: rgb(236,173,108); }

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