Html Css Color HEX #ECB574 Harvest Gold

📋 copy color: '#ECB574'

red 236 ◦ green 181 ◦ blue 116

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

Shades of Harvest Gold #ECB574

Tints of Harvest Gold #ECB574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 44.28%
G = 33.96%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECB574 (or 0xECB574) is known color: Harvest Gold. HEX triplet: EC, B5 and 74. RGB value is (236,181,116). Sum of RGB (Red+Green+Blue) = 236+181+116=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB574 is #134A8B. Grayscale: #BEBEBE. Windows color (decimal): -1264268 or 7648748. OLE color: 7648748.

HSL color Cylindrical-coordinate representation of color #ECB574: hue angle of 32.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB574 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 181 116 -
CMYK 0 0.23 0.51 0.07
HSL 32.5º 0.76% 0.69% -
HSV(B) 32.5º 0.51% 0.93% -
XYZ 54.27 52.14 23.73 -
YUV 190.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 236 181 116 0 0.23 0.51 0.07 32.5 0.76 0.69
Hex EC B5 74 0 17 33 7 20 4C 45
Octal 354 265 164 0 27 63 7 40 114 105
Binary 11101100 10110101 1110100 0 10111 110011 111 100000 1001100 1000101

Color Harmonies of #ECB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB574

Black with #ECB574

Text Example


Text Example

White with #ECB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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