Html Css Color HEX #ECB170 Harvest Gold

📋 copy color: '#ECB170'

red 236 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #ECB170

Tints of Harvest Gold #ECB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 44.95%
G = 33.71%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECB170 (or 0xECB170) is known color: Harvest Gold. HEX triplet: EC, B1 and 70. RGB value is (236,177,112). Sum of RGB (Red+Green+Blue) = 236+177+112=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB170 is #134E8F. Grayscale: #BBBBBB. Windows color (decimal): -1265296 or 7385580. OLE color: 7385580.

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

Color convert

RGB 236 177 112 -
CMYK 0 0.25 0.53 0.07
HSL 31.45º 0.77% 0.68% -
HSV(B) 31.45º 0.53% 0.93% -
XYZ 53.24 50.45 22.26 -
YUV 187.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 236 177 112 0 0.25 0.53 0.07 31.45 0.77 0.68
Hex EC B1 70 0 19 35 7 1F 4D 44
Octal 354 261 160 0 31 65 7 37 115 104
Binary 11101100 10110001 1110000 0 11001 110101 111 11111 1001101 1000100

Color Harmonies of #ECB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB170

Black with #ECB170

Text Example


Text Example

White with #ECB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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