Html Css Color HEX #ECB360 Harvest Gold

📋 copy color: '#ECB360'

red 236 ◦ green 179 ◦ blue 96

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

Shades of Harvest Gold #ECB360

Tints of Harvest Gold #ECB360

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.03%

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

R = 46.18%
G = 35.03%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECB360 (or 0xECB360) is known color: Harvest Gold. HEX triplet: EC, B3 and 60. RGB value is (236,179,96). Sum of RGB (Red+Green+Blue) = 236+179+96=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB360 is #134C9F. Grayscale: #BABABA. Windows color (decimal): -1264800 or 6337516. OLE color: 6337516.

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

Color convert

RGB 236 179 96 -
CMYK 0 0.24 0.59 0.07
HSL 35.57º 0.79% 0.65% -
HSV(B) 35.57º 0.59% 0.93% -
XYZ 52.82 50.92 18.11 -
YUV 186.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 236 179 96 0 0.24 0.59 0.07 35.57 0.79 0.65
Hex EC B3 60 0 18 3B 7 24 4F 41
Octal 354 263 140 0 30 73 7 44 117 101
Binary 11101100 10110011 1100000 0 11000 111011 111 100100 1001111 1000001

Color Harmonies of #ECB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB360

Black with #ECB360

Text Example


Text Example

White with #ECB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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