Html Css Color HEX #ECB061 Harvest Gold

📋 copy color: '#ECB061'

red 236 ◦ green 176 ◦ blue 97

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

Shades of Harvest Gold #ECB061

Tints of Harvest Gold #ECB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.58%

 BLUE value IS 97 (38.28% from 255) = 19.06%

R = 46.37%
G = 34.58%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECB061 (or 0xECB061) is known color: Harvest Gold. HEX triplet: EC, B0 and 61. RGB value is (236,176,97). Sum of RGB (Red+Green+Blue) = 236+176+97=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB061 is #134F9E. Grayscale: #B9B9B9. Windows color (decimal): -1265567 or 6402284. OLE color: 6402284.

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

Color convert

RGB 236 176 97 -
CMYK 0 0.25 0.59 0.07
HSL 34.1º 0.79% 0.65% -
HSV(B) 34.1º 0.59% 0.93% -
XYZ 52.28 49.75 18.16 -
YUV 184.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 236 176 97 0 0.25 0.59 0.07 34.1 0.79 0.65
Hex EC B0 61 0 19 3B 7 22 4F 41
Octal 354 260 141 0 31 73 7 42 117 101
Binary 11101100 10110000 1100001 0 11001 111011 111 100010 1001111 1000001

Color Harmonies of #ECB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB061

Black with #ECB061

Text Example


Text Example

White with #ECB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB061; }

 p { color: rgb(236,176,97); }

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

background-color css

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

 a { background-color: rgb(236,176,97); }

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

border-color css

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

 span { border-color: rgb(236,176,97); }

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