Html Css Color HEX #ECB570 Harvest Gold

📋 copy color: '#ECB570'

red 236 ◦ green 181 ◦ blue 112

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

Shades of Harvest Gold #ECB570

Tints of Harvest Gold #ECB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

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

R = 44.61%
G = 34.22%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECB570 (or 0xECB570) is known color: Harvest Gold. HEX triplet: EC, B5 and 70. RGB value is (236,181,112). Sum of RGB (Red+Green+Blue) = 236+181+112=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB570 is #134A8F. Grayscale: #BDBDBD. Windows color (decimal): -1264272 or 7386604. OLE color: 7386604.

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

Color convert

RGB 236 181 112 -
CMYK 0 0.23 0.53 0.07
HSL 33.39º 0.77% 0.68% -
HSV(B) 33.39º 0.53% 0.93% -
XYZ 54.04 52.05 22.53 -
YUV 189.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 236 181 112 0 0.23 0.53 0.07 33.39 0.77 0.68
Hex EC B5 70 0 17 35 7 21 4D 44
Octal 354 265 160 0 27 65 7 41 115 104
Binary 11101100 10110101 1110000 0 10111 110101 111 100001 1001101 1000100

Color Harmonies of #ECB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB570

Black with #ECB570

Text Example


Text Example

White with #ECB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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