Html Css Color HEX #ECB470 Harvest Gold

📋 copy color: '#ECB470'

red 236 ◦ green 180 ◦ blue 112

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

Shades of Harvest Gold #ECB470

Tints of Harvest Gold #ECB470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 44.7%
G = 34.09%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECB470 (or 0xECB470) is known color: Harvest Gold. HEX triplet: EC, B4 and 70. RGB value is (236,180,112). Sum of RGB (Red+Green+Blue) = 236+180+112=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB470 is #134B8F. Grayscale: #BDBDBD. Windows color (decimal): -1264528 or 7386348. OLE color: 7386348.

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

Color convert

RGB 236 180 112 -
CMYK 0 0.24 0.53 0.07
HSL 32.9º 0.77% 0.68% -
HSV(B) 32.9º 0.53% 0.93% -
XYZ 53.84 51.65 22.46 -
YUV 188.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 236 180 112 0 0.24 0.53 0.07 32.9 0.77 0.68
Hex EC B4 70 0 18 35 7 21 4D 44
Octal 354 264 160 0 30 65 7 41 115 104
Binary 11101100 10110100 1110000 0 11000 110101 111 100001 1001101 1000100

Color Harmonies of #ECB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB470

Black with #ECB470

Text Example


Text Example

White with #ECB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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