Html Css Color HEX #ECB560 Harvest Gold

📋 copy color: '#ECB560'

red 236 ◦ green 181 ◦ blue 96

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

Shades of Harvest Gold #ECB560

Tints of Harvest Gold #ECB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 46%
G = 35.28%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECB560 (or 0xECB560) is known color: Harvest Gold. HEX triplet: EC, B5 and 60. RGB value is (236,181,96). Sum of RGB (Red+Green+Blue) = 236+181+96=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB560 is #134A9F. Grayscale: #BCBCBC. Windows color (decimal): -1264288 or 6338028. OLE color: 6338028.

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

Color convert

RGB 236 181 96 -
CMYK 0 0.23 0.59 0.07
HSL 36.43º 0.79% 0.65% -
HSV(B) 36.43º 0.59% 0.93% -
XYZ 53.23 51.73 18.24 -
YUV 187.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 236 181 96 0 0.23 0.59 0.07 36.43 0.79 0.65
Hex EC B5 60 0 17 3B 7 24 4F 41
Octal 354 265 140 0 27 73 7 44 117 101
Binary 11101100 10110101 1100000 0 10111 111011 111 100100 1001111 1000001

Color Harmonies of #ECB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB560

Black with #ECB560

Text Example


Text Example

White with #ECB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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