Html Css Color HEX #ECB860 Harvest Gold

📋 copy color: '#ECB860'

red 236 ◦ green 184 ◦ blue 96

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

Shades of Harvest Gold #ECB860

Tints of Harvest Gold #ECB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

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

R = 45.74%
G = 35.66%
B = 18.6%

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

#ECB860 (or 0xECB860) is known color: Harvest Gold. HEX triplet: EC, B8 and 60. RGB value is (236,184,96). Sum of RGB (Red+Green+Blue) = 236+184+96=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB860 is #13479F. Grayscale: #BDBDBD. Windows color (decimal): -1263520 or 6338796. OLE color: 6338796.

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

Color convert

RGB 236 184 96 -
CMYK 0 0.22 0.59 0.07
HSL 37.71º 0.79% 0.65% -
HSV(B) 37.71º 0.59% 0.93% -
XYZ 53.84 52.96 18.45 -
YUV 189.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 236 184 96 0 0.22 0.59 0.07 37.71 0.79 0.65
Hex EC B8 60 0 16 3B 7 26 4F 41
Octal 354 270 140 0 26 73 7 46 117 101
Binary 11101100 10111000 1100000 0 10110 111011 111 100110 1001111 1000001

Color Harmonies of #ECB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB860

Black with #ECB860

Text Example


Text Example

White with #ECB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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