Html Css Color HEX #ECB460 Harvest Gold

📋 copy color: '#ECB460'

red 236 ◦ green 180 ◦ blue 96

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

Shades of Harvest Gold #ECB460

Tints of Harvest Gold #ECB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 46.09%
G = 35.16%
B = 18.75%

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

#ECB460 (or 0xECB460) is known color: Harvest Gold. HEX triplet: EC, B4 and 60. RGB value is (236,180,96). Sum of RGB (Red+Green+Blue) = 236+180+96=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB460 is #134B9F. Grayscale: #BBBBBB. Windows color (decimal): -1264544 or 6337772. OLE color: 6337772.

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

Color convert

RGB 236 180 96 -
CMYK 0 0.24 0.59 0.07
HSL 36º 0.79% 0.65% -
HSV(B) 36º 0.59% 0.93% -
XYZ 53.02 51.32 18.18 -
YUV 187.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 236 180 96 0 0.24 0.59 0.07 36 0.79 0.65
Hex EC B4 60 0 18 3B 7 24 4F 41
Octal 354 264 140 0 30 73 7 44 117 101
Binary 11101100 10110100 1100000 0 11000 111011 111 100100 1001111 1000001

Color Harmonies of #ECB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB460

Black with #ECB460

Text Example


Text Example

White with #ECB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB460; }

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

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

background-color css

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

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

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

border-color css

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

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

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