Html Css Color HEX #ECBA74 Harvest Gold

📋 copy color: '#ECBA74'

red 236 ◦ green 186 ◦ blue 116

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

Shades of Harvest Gold #ECBA74

Tints of Harvest Gold #ECBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 43.87%
G = 34.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECBA74 (or 0xECBA74) is known color: Harvest Gold. HEX triplet: EC, BA and 74. RGB value is (236,186,116). Sum of RGB (Red+Green+Blue) = 236+186+116=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA74 is #13458B. Grayscale: #C1C1C1. Windows color (decimal): -1262988 or 7650028. OLE color: 7650028.

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

Color convert

RGB 236 186 116 -
CMYK 0 0.21 0.51 0.07
HSL 35º 0.76% 0.69% -
HSV(B) 35º 0.51% 0.93% -
XYZ 55.3 54.21 24.07 -
YUV 192.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 236 186 116 0 0.21 0.51 0.07 35 0.76 0.69
Hex EC BA 74 0 15 33 7 23 4C 45
Octal 354 272 164 0 25 63 7 43 114 105
Binary 11101100 10111010 1110100 0 10101 110011 111 100011 1001100 1000101

Color Harmonies of #ECBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA74

Black with #ECBA74

Text Example


Text Example

White with #ECBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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