Html Css Color HEX #ECBD71 Harvest Gold

📋 copy color: '#ECBD71'

red 236 ◦ green 189 ◦ blue 113

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

Shades of Harvest Gold #ECBD71

Tints of Harvest Gold #ECBD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

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

R = 43.87%
G = 35.13%
B = 21%

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

#ECBD71 (or 0xECBD71) is known color: Harvest Gold. HEX triplet: EC, BD and 71. RGB value is (236,189,113). Sum of RGB (Red+Green+Blue) = 236+189+113=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD71 is #13428E. Grayscale: #C2C2C2. Windows color (decimal): -1262223 or 7454188. OLE color: 7454188.

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

Color convert

RGB 236 189 113 -
CMYK 0 0.20 0.52 0.07
HSL 37.07º 0.76% 0.68% -
HSV(B) 37.07º 0.52% 0.93% -
XYZ 55.77 55.42 23.38 -
YUV 194.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 236 189 113 0 0.20 0.52 0.07 37.07 0.76 0.68
Hex EC BD 71 0 14 34 7 25 4C 44
Octal 354 275 161 0 24 64 7 45 114 104
Binary 11101100 10111101 1110001 0 10100 110100 111 100101 1001100 1000100

Color Harmonies of #ECBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD71

Black with #ECBD71

Text Example


Text Example

White with #ECBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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