Html Css Color HEX #ECB760 Harvest Gold

📋 copy color: '#ECB760'

red 236 ◦ green 183 ◦ blue 96

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

Shades of Harvest Gold #ECB760

Tints of Harvest Gold #ECB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.53%

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

R = 45.83%
G = 35.53%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECB760 (or 0xECB760) is known color: Harvest Gold. HEX triplet: EC, B7 and 60. RGB value is (236,183,96). Sum of RGB (Red+Green+Blue) = 236+183+96=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB760 is #13489F. Grayscale: #BDBDBD. Windows color (decimal): -1263776 or 6338540. OLE color: 6338540.

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

Color convert

RGB 236 183 96 -
CMYK 0 0.22 0.59 0.07
HSL 37.29º 0.79% 0.65% -
HSV(B) 37.29º 0.59% 0.93% -
XYZ 53.64 52.54 18.38 -
YUV 188.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 236 183 96 0 0.22 0.59 0.07 37.29 0.79 0.65
Hex EC B7 60 0 16 3B 7 25 4F 41
Octal 354 267 140 0 26 73 7 45 117 101
Binary 11101100 10110111 1100000 0 10110 111011 111 100101 1001111 1000001

Color Harmonies of #ECB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB760

Black with #ECB760

Text Example


Text Example

White with #ECB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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