Html Css Color HEX #ECB270 Harvest Gold

📋 copy color: '#ECB270'

red 236 ◦ green 178 ◦ blue 112

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

Shades of Harvest Gold #ECB270

Tints of Harvest Gold #ECB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 44.87%
G = 33.84%
B = 21.29%

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

#ECB270 (or 0xECB270) is known color: Harvest Gold. HEX triplet: EC, B2 and 70. RGB value is (236,178,112). Sum of RGB (Red+Green+Blue) = 236+178+112=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB270 is #134D8F. Grayscale: #BCBCBC. Windows color (decimal): -1265040 or 7385836. OLE color: 7385836.

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

Color convert

RGB 236 178 112 -
CMYK 0 0.25 0.53 0.07
HSL 31.94º 0.77% 0.68% -
HSV(B) 31.94º 0.53% 0.93% -
XYZ 53.44 50.84 22.33 -
YUV 187.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 236 178 112 0 0.25 0.53 0.07 31.94 0.77 0.68
Hex EC B2 70 0 19 35 7 20 4D 44
Octal 354 262 160 0 31 65 7 40 115 104
Binary 11101100 10110010 1110000 0 11001 110101 111 100000 1001101 1000100

Color Harmonies of #ECB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB270

Black with #ECB270

Text Example


Text Example

White with #ECB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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