Html Css Color HEX #ECB070 Harvest Gold

📋 copy color: '#ECB070'

red 236 ◦ green 176 ◦ blue 112

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

Shades of Harvest Gold #ECB070

Tints of Harvest Gold #ECB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

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

R = 45.04%
G = 33.59%
B = 21.37%

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

#ECB070 (or 0xECB070) is known color: Harvest Gold. HEX triplet: EC, B0 and 70. RGB value is (236,176,112). Sum of RGB (Red+Green+Blue) = 236+176+112=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB070 is #134F8F. Grayscale: #BABABA. Windows color (decimal): -1265552 or 7385324. OLE color: 7385324.

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

Color convert

RGB 236 176 112 -
CMYK 0 0.25 0.53 0.07
HSL 30.97º 0.77% 0.68% -
HSV(B) 30.97º 0.53% 0.93% -
XYZ 53.04 50.05 22.19 -
YUV 186.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 236 176 112 0 0.25 0.53 0.07 30.97 0.77 0.68
Hex EC B0 70 0 19 35 7 1F 4D 44
Octal 354 260 160 0 31 65 7 37 115 104
Binary 11101100 10110000 1110000 0 11001 110101 111 11111 1001101 1000100

Color Harmonies of #ECB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB070

Black with #ECB070

Text Example


Text Example

White with #ECB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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