Html Css Color HEX #ECAD6E Harvest Gold

📋 copy color: '#ECAD6E'

red 236 ◦ green 173 ◦ blue 110

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

Shades of Harvest Gold #ECAD6E

Tints of Harvest Gold #ECAD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 45.47%
G = 33.33%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECAD6E (or 0xECAD6E) is known color: Harvest Gold. HEX triplet: EC, AD and 6E. RGB value is (236,173,110). Sum of RGB (Red+Green+Blue) = 236+173+110=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD6E is #135291. Grayscale: #B8B8B8. Windows color (decimal): -1266322 or 7253484. OLE color: 7253484.

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

Color convert

RGB 236 173 110 -
CMYK 0 0.27 0.53 0.07
HSL 30º 0.77% 0.68% -
HSV(B) 30º 0.53% 0.93% -
XYZ 52.35 48.85 21.42 -
YUV 184.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 236 173 110 0 0.27 0.53 0.07 30 0.77 0.68
Hex EC AD 6E 0 1B 35 7 1E 4D 44
Octal 354 255 156 0 33 65 7 36 115 104
Binary 11101100 10101101 1101110 0 11011 110101 111 11110 1001101 1000100

Color Harmonies of #ECAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD6E

Black with #ECAD6E

Text Example


Text Example

White with #ECAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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