Html Css Color HEX #ECB870 Harvest Gold

📋 copy color: '#ECB870'

red 236 ◦ green 184 ◦ blue 112

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

Shades of Harvest Gold #ECB870

Tints of Harvest Gold #ECB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

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

R = 44.36%
G = 34.59%
B = 21.05%

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

#ECB870 (or 0xECB870) is known color: Harvest Gold. HEX triplet: EC, B8 and 70. RGB value is (236,184,112). Sum of RGB (Red+Green+Blue) = 236+184+112=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB870 is #13478F. Grayscale: #BFBFBF. Windows color (decimal): -1263504 or 7387372. OLE color: 7387372.

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

Color convert

RGB 236 184 112 -
CMYK 0 0.22 0.53 0.07
HSL 34.84º 0.77% 0.68% -
HSV(B) 34.84º 0.53% 0.93% -
XYZ 54.66 53.28 22.73 -
YUV 191.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 236 184 112 0 0.22 0.53 0.07 34.84 0.77 0.68
Hex EC B8 70 0 16 35 7 23 4D 44
Octal 354 270 160 0 26 65 7 43 115 104
Binary 11101100 10111000 1110000 0 10110 110101 111 100011 1001101 1000100

Color Harmonies of #ECB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB870

Black with #ECB870

Text Example


Text Example

White with #ECB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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