Html Css Color HEX #ECB971 Harvest Gold

📋 copy color: '#ECB971'

red 236 ◦ green 185 ◦ blue 113

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

Shades of Harvest Gold #ECB971

Tints of Harvest Gold #ECB971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 44.19%
G = 34.64%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB971 (or 0xECB971) is known color: Harvest Gold. HEX triplet: EC, B9 and 71. RGB value is (236,185,113). Sum of RGB (Red+Green+Blue) = 236+185+113=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB971 is #13468E. Grayscale: #C0C0C0. Windows color (decimal): -1263247 or 7453164. OLE color: 7453164.

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

Color convert

RGB 236 185 113 -
CMYK 0 0.22 0.52 0.07
HSL 35.12º 0.76% 0.68% -
HSV(B) 35.12º 0.52% 0.93% -
XYZ 54.92 53.72 23.1 -
YUV 192.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 236 185 113 0 0.22 0.52 0.07 35.12 0.76 0.68
Hex EC B9 71 0 16 34 7 23 4C 44
Octal 354 271 161 0 26 64 7 43 114 104
Binary 11101100 10111001 1110001 0 10110 110100 111 100011 1001100 1000100

Color Harmonies of #ECB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB971

Black with #ECB971

Text Example


Text Example

White with #ECB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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