Html Css Color HEX #ECBA62 Harvest Gold

📋 copy color: '#ECBA62'

red 236 ◦ green 186 ◦ blue 98

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

Shades of Harvest Gold #ECBA62

Tints of Harvest Gold #ECBA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 45.38%
G = 35.77%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECBA62 (or 0xECBA62) is known color: Harvest Gold. HEX triplet: EC, BA and 62. RGB value is (236,186,98). Sum of RGB (Red+Green+Blue) = 236+186+98=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA62 is #13459D. Grayscale: #BFBFBF. Windows color (decimal): -1263006 or 6470380. OLE color: 6470380.

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

Color convert

RGB 236 186 98 -
CMYK 0 0.21 0.58 0.07
HSL 38.26º 0.78% 0.65% -
HSV(B) 38.26º 0.58% 0.93% -
XYZ 54.36 53.83 19.08 -
YUV 190.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 236 186 98 0 0.21 0.58 0.07 38.26 0.78 0.65
Hex EC BA 62 0 15 3A 7 26 4E 41
Octal 354 272 142 0 25 72 7 46 116 101
Binary 11101100 10111010 1100010 0 10101 111010 111 100110 1001110 1000001

Color Harmonies of #ECBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA62

Black with #ECBA62

Text Example


Text Example

White with #ECBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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