Html Css Color HEX #ECBD73 Harvest Gold

📋 copy color: '#ECBD73'

red 236 ◦ green 189 ◦ blue 115

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

Shades of Harvest Gold #ECBD73

Tints of Harvest Gold #ECBD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35%

 BLUE value IS 115 (45.31% from 255) = 21.3%

R = 43.7%
G = 35%
B = 21.3%

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

#ECBD73 (or 0xECBD73) is known color: Harvest Gold. HEX triplet: EC, BD and 73. RGB value is (236,189,115). Sum of RGB (Red+Green+Blue) = 236+189+115=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD73 is #13428C. Grayscale: #C2C2C2. Windows color (decimal): -1262221 or 7585260. OLE color: 7585260.

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

Color convert

RGB 236 189 115 -
CMYK 0 0.20 0.51 0.07
HSL 36.69º 0.76% 0.69% -
HSV(B) 36.69º 0.51% 0.93% -
XYZ 55.88 55.47 23.98 -
YUV 194.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 236 189 115 0 0.20 0.51 0.07 36.69 0.76 0.69
Hex EC BD 73 0 14 33 7 25 4C 45
Octal 354 275 163 0 24 63 7 45 114 105
Binary 11101100 10111101 1110011 0 10100 110011 111 100101 1001100 1000101

Color Harmonies of #ECBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD73

Black with #ECBD73

Text Example


Text Example

White with #ECBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD73; }

 p { color: rgb(236,189,115); }

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

background-color css

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

 a { background-color: rgb(236,189,115); }

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

border-color css

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

 span { border-color: rgb(236,189,115); }

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