Html Css Color HEX #ECBC60 Harvest Gold

📋 copy color: '#ECBC60'

red 236 ◦ green 188 ◦ blue 96

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

Shades of Harvest Gold #ECBC60

Tints of Harvest Gold #ECBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

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

R = 45.38%
G = 36.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECBC60 (or 0xECBC60) is known color: Harvest Gold. HEX triplet: EC, BC and 60. RGB value is (236,188,96). Sum of RGB (Red+Green+Blue) = 236+188+96=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC60 is #13439F. Grayscale: #C0C0C0. Windows color (decimal): -1262496 or 6339820. OLE color: 6339820.

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

Color convert

RGB 236 188 96 -
CMYK 0 0.20 0.59 0.07
HSL 39.43º 0.79% 0.65% -
HSV(B) 39.43º 0.59% 0.93% -
XYZ 54.69 54.64 18.73 -
YUV 191.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 236 188 96 0 0.20 0.59 0.07 39.43 0.79 0.65
Hex EC BC 60 0 14 3B 7 27 4F 41
Octal 354 274 140 0 24 73 7 47 117 101
Binary 11101100 10111100 1100000 0 10100 111011 111 100111 1001111 1000001

Color Harmonies of #ECBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC60

Black with #ECBC60

Text Example


Text Example

White with #ECBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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