Html Css Color HEX #ECB974 Harvest Gold

📋 copy color: '#ECB974'

red 236 ◦ green 185 ◦ blue 116

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

Shades of Harvest Gold #ECB974

Tints of Harvest Gold #ECB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.45%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 43.95%
G = 34.45%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECB974 (or 0xECB974) is known color: Harvest Gold. HEX triplet: EC, B9 and 74. RGB value is (236,185,116). Sum of RGB (Red+Green+Blue) = 236+185+116=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB974 is #13468B. Grayscale: #C0C0C0. Windows color (decimal): -1263244 or 7649772. OLE color: 7649772.

HSL color Cylindrical-coordinate representation of color #ECB974: hue angle of 34.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB974 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 116 -
CMYK 0 0.22 0.51 0.07
HSL 34.5º 0.76% 0.69% -
HSV(B) 34.5º 0.51% 0.93% -
XYZ 55.09 53.79 24 -
YUV 192.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 236 185 116 0 0.22 0.51 0.07 34.5 0.76 0.69
Hex EC B9 74 0 16 33 7 22 4C 45
Octal 354 271 164 0 26 63 7 42 114 105
Binary 11101100 10111001 1110100 0 10110 110011 111 100010 1001100 1000101

Color Harmonies of #ECB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB974

Black with #ECB974

Text Example


Text Example

White with #ECB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB974; }

 p { color: rgb(236,185,116); }

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

background-color css

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

 a { background-color: rgb(236,185,116); }

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

border-color css

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

 span { border-color: rgb(236,185,116); }

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