Html Css Color HEX #ECB571 Harvest Gold

📋 copy color: '#ECB571'

red 236 ◦ green 181 ◦ blue 113

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

Shades of Harvest Gold #ECB571

Tints of Harvest Gold #ECB571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 44.53%
G = 34.15%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB571 (or 0xECB571) is known color: Harvest Gold. HEX triplet: EC, B5 and 71. RGB value is (236,181,113). Sum of RGB (Red+Green+Blue) = 236+181+113=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB571 is #134A8E. Grayscale: #BEBEBE. Windows color (decimal): -1264271 or 7452140. OLE color: 7452140.

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

Color convert

RGB 236 181 113 -
CMYK 0 0.23 0.52 0.07
HSL 33.17º 0.76% 0.68% -
HSV(B) 33.17º 0.52% 0.93% -
XYZ 54.1 52.07 22.82 -
YUV 189.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 236 181 113 0 0.23 0.52 0.07 33.17 0.76 0.68
Hex EC B5 71 0 17 34 7 21 4C 44
Octal 354 265 161 0 27 64 7 41 114 104
Binary 11101100 10110101 1110001 0 10111 110100 111 100001 1001100 1000100

Color Harmonies of #ECB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB571

Black with #ECB571

Text Example


Text Example

White with #ECB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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