Html Css Color HEX #ECBC62 Harvest Gold

📋 copy color: '#ECBC62'

red 236 ◦ green 188 ◦ blue 98

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

Shades of Harvest Gold #ECBC62

Tints of Harvest Gold #ECBC62

RGB

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

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

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

R = 45.21%
G = 36.02%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECBC62 (or 0xECBC62) is known color: Harvest Gold. HEX triplet: EC, BC and 62. RGB value is (236,188,98). Sum of RGB (Red+Green+Blue) = 236+188+98=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC62 is #13439D. Grayscale: #C0C0C0. Windows color (decimal): -1262494 or 6470892. OLE color: 6470892.

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

Color convert

RGB 236 188 98 -
CMYK 0 0.20 0.58 0.07
HSL 39.13º 0.78% 0.65% -
HSV(B) 39.13º 0.58% 0.93% -
XYZ 54.78 54.68 19.22 -
YUV 192.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 236 188 98 0 0.20 0.58 0.07 39.13 0.78 0.65
Hex EC BC 62 0 14 3A 7 27 4E 41
Octal 354 274 142 0 24 72 7 47 116 101
Binary 11101100 10111100 1100010 0 10100 111010 111 100111 1001110 1000001

Color Harmonies of #ECBC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC62

Black with #ECBC62

Text Example


Text Example

White with #ECBC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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