Html Css Color HEX #ECB770 Harvest Gold

📋 copy color: '#ECB770'

red 236 ◦ green 183 ◦ blue 112

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

Shades of Harvest Gold #ECB770

Tints of Harvest Gold #ECB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.46%

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

R = 44.44%
G = 34.46%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECB770 (or 0xECB770) is known color: Harvest Gold. HEX triplet: EC, B7 and 70. RGB value is (236,183,112). Sum of RGB (Red+Green+Blue) = 236+183+112=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB770 is #13488F. Grayscale: #BFBFBF. Windows color (decimal): -1263760 or 7387116. OLE color: 7387116.

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

Color convert

RGB 236 183 112 -
CMYK 0 0.22 0.53 0.07
HSL 34.35º 0.77% 0.68% -
HSV(B) 34.35º 0.53% 0.93% -
XYZ 54.45 52.87 22.66 -
YUV 190.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 236 183 112 0 0.22 0.53 0.07 34.35 0.77 0.68
Hex EC B7 70 0 16 35 7 22 4D 44
Octal 354 267 160 0 26 65 7 42 115 104
Binary 11101100 10110111 1110000 0 10110 110101 111 100010 1001101 1000100

Color Harmonies of #ECB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB770

Black with #ECB770

Text Example


Text Example

White with #ECB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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