Html Css Color HEX #ECB562 Harvest Gold

📋 copy color: '#ECB562'

red 236 ◦ green 181 ◦ blue 98

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

Shades of Harvest Gold #ECB562

Tints of Harvest Gold #ECB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

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

R = 45.83%
G = 35.15%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB562 (or 0xECB562) is known color: Harvest Gold. HEX triplet: EC, B5 and 62. RGB value is (236,181,98). Sum of RGB (Red+Green+Blue) = 236+181+98=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB562 is #134A9D. Grayscale: #BCBCBC. Windows color (decimal): -1264286 or 6469100. OLE color: 6469100.

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

Color convert

RGB 236 181 98 -
CMYK 0 0.23 0.58 0.07
HSL 36.09º 0.78% 0.65% -
HSV(B) 36.09º 0.58% 0.93% -
XYZ 53.32 51.76 18.74 -
YUV 187.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 236 181 98 0 0.23 0.58 0.07 36.09 0.78 0.65
Hex EC B5 62 0 17 3A 7 24 4E 41
Octal 354 265 142 0 27 72 7 44 116 101
Binary 11101100 10110101 1100010 0 10111 111010 111 100100 1001110 1000001

Color Harmonies of #ECB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB562

Black with #ECB562

Text Example


Text Example

White with #ECB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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