Html Css Color HEX #ECBC74 Harvest Gold

📋 copy color: '#ECBC74'

red 236 ◦ green 188 ◦ blue 116

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

Shades of Harvest Gold #ECBC74

Tints of Harvest Gold #ECBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 43.7%
G = 34.81%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECBC74 (or 0xECBC74) is known color: Harvest Gold. HEX triplet: EC, BC and 74. RGB value is (236,188,116). Sum of RGB (Red+Green+Blue) = 236+188+116=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC74 is #13438B. Grayscale: #C2C2C2. Windows color (decimal): -1262476 or 7650540. OLE color: 7650540.

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

Color convert

RGB 236 188 116 -
CMYK 0 0.20 0.51 0.07
HSL 36º 0.76% 0.69% -
HSV(B) 36º 0.51% 0.93% -
XYZ 55.73 55.06 24.21 -
YUV 194.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 236 188 116 0 0.20 0.51 0.07 36 0.76 0.69
Hex EC BC 74 0 14 33 7 24 4C 45
Octal 354 274 164 0 24 63 7 44 114 105
Binary 11101100 10111100 1110100 0 10100 110011 111 100100 1001100 1000101

Color Harmonies of #ECBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC74

Black with #ECBC74

Text Example


Text Example

White with #ECBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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