Html Css Color HEX #ECB471 Harvest Gold

📋 copy color: '#ECB471'

red 236 ◦ green 180 ◦ blue 113

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

Shades of Harvest Gold #ECB471

Tints of Harvest Gold #ECB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

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

R = 44.61%
G = 34.03%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECB471 (or 0xECB471) is known color: Harvest Gold. HEX triplet: EC, B4 and 71. RGB value is (236,180,113). Sum of RGB (Red+Green+Blue) = 236+180+113=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB471 is #134B8E. Grayscale: #BDBDBD. Windows color (decimal): -1264527 or 7451884. OLE color: 7451884.

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

Color convert

RGB 236 180 113 -
CMYK 0 0.24 0.52 0.07
HSL 32.68º 0.76% 0.68% -
HSV(B) 32.68º 0.52% 0.93% -
XYZ 53.89 51.67 22.76 -
YUV 189.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 236 180 113 0 0.24 0.52 0.07 32.68 0.76 0.68
Hex EC B4 71 0 18 34 7 21 4C 44
Octal 354 264 161 0 30 64 7 41 114 104
Binary 11101100 10110100 1110001 0 11000 110100 111 100001 1001100 1000100

Color Harmonies of #ECB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB471

Black with #ECB471

Text Example


Text Example

White with #ECB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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