Html Css Color HEX #ECBA60 Harvest Gold

📋 copy color: '#ECBA60'

red 236 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #ECBA60

Tints of Harvest Gold #ECBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.53%

R = 45.56%
G = 35.91%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECBA60 (or 0xECBA60) is known color: Harvest Gold. HEX triplet: EC, BA and 60. RGB value is (236,186,96). Sum of RGB (Red+Green+Blue) = 236+186+96=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA60 is #13459F. Grayscale: #BFBFBF. Windows color (decimal): -1263008 or 6339308. OLE color: 6339308.

HSL color Cylindrical-coordinate representation of color #ECBA60: hue angle of 38.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECBA60 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 96 -
CMYK 0 0.21 0.59 0.07
HSL 38.57º 0.79% 0.65% -
HSV(B) 38.57º 0.59% 0.93% -
XYZ 54.26 53.8 18.59 -
YUV 190.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 236 186 96 0 0.21 0.59 0.07 38.57 0.79 0.65
Hex EC BA 60 0 15 3B 7 27 4F 41
Octal 354 272 140 0 25 73 7 47 117 101
Binary 11101100 10111010 1100000 0 10101 111011 111 100111 1001111 1000001

Color Harmonies of #ECBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA60

Black with #ECBA60

Text Example


Text Example

White with #ECBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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