Html Css Color HEX #ECBC71 Harvest Gold

📋 copy color: '#ECBC71'

red 236 ◦ green 188 ◦ blue 113

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

Shades of Harvest Gold #ECBC71

Tints of Harvest Gold #ECBC71

RGB

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

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

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

R = 43.95%
G = 35.01%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECBC71 (or 0xECBC71) is known color: Harvest Gold. HEX triplet: EC, BC and 71. RGB value is (236,188,113). Sum of RGB (Red+Green+Blue) = 236+188+113=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC71 is #13438E. Grayscale: #C2C2C2. Windows color (decimal): -1262479 or 7453932. OLE color: 7453932.

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

Color convert

RGB 236 188 113 -
CMYK 0 0.20 0.52 0.07
HSL 36.59º 0.76% 0.68% -
HSV(B) 36.59º 0.52% 0.93% -
XYZ 55.56 54.99 23.31 -
YUV 193.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 236 188 113 0 0.20 0.52 0.07 36.59 0.76 0.68
Hex EC BC 71 0 14 34 7 25 4C 44
Octal 354 274 161 0 24 64 7 45 114 104
Binary 11101100 10111100 1110001 0 10100 110100 111 100101 1001100 1000100

Color Harmonies of #ECBC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC71

Black with #ECBC71

Text Example


Text Example

White with #ECBC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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