Html Css Color HEX #ECB362 Harvest Gold

📋 copy color: '#ECB362'

red 236 ◦ green 179 ◦ blue 98

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

Shades of Harvest Gold #ECB362

Tints of Harvest Gold #ECB362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 46%
G = 34.89%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB362 (or 0xECB362) is known color: Harvest Gold. HEX triplet: EC, B3 and 62. RGB value is (236,179,98). Sum of RGB (Red+Green+Blue) = 236+179+98=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB362 is #134C9D. Grayscale: #BBBBBB. Windows color (decimal): -1264798 or 6468588. OLE color: 6468588.

HSL color Cylindrical-coordinate representation of color #ECB362: hue angle of 35.22º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB362 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 179 98 -
CMYK 0 0.24 0.58 0.07
HSL 35.22º 0.78% 0.65% -
HSV(B) 35.22º 0.58% 0.93% -
XYZ 52.92 50.95 18.6 -
YUV 186.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 236 179 98 0 0.24 0.58 0.07 35.22 0.78 0.65
Hex EC B3 62 0 18 3A 7 23 4E 41
Octal 354 263 142 0 30 72 7 43 116 101
Binary 11101100 10110011 1100010 0 11000 111010 111 100011 1001110 1000001

Color Harmonies of #ECB362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB362

Black with #ECB362

Text Example


Text Example

White with #ECB362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB362; }

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

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

background-color css

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

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

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

border-color css

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

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

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