Html Css Color HEX #ECBD72 Harvest Gold

📋 copy color: '#ECBD72'

red 236 ◦ green 189 ◦ blue 114

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

Shades of Harvest Gold #ECBD72

Tints of Harvest Gold #ECBD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 43.78%
G = 35.06%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECBD72 (or 0xECBD72) is known color: Harvest Gold. HEX triplet: EC, BD and 72. RGB value is (236,189,114). Sum of RGB (Red+Green+Blue) = 236+189+114=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD72 is #13428D. Grayscale: #C2C2C2. Windows color (decimal): -1262222 or 7519724. OLE color: 7519724.

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

Color convert

RGB 236 189 114 -
CMYK 0 0.20 0.52 0.07
HSL 36.89º 0.76% 0.69% -
HSV(B) 36.89º 0.52% 0.93% -
XYZ 55.83 55.44 23.68 -
YUV 194.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 236 189 114 0 0.20 0.52 0.07 36.89 0.76 0.69
Hex EC BD 72 0 14 34 7 25 4C 45
Octal 354 275 162 0 24 64 7 45 114 105
Binary 11101100 10111101 1110010 0 10100 110100 111 100101 1001100 1000101

Color Harmonies of #ECBD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD72

Black with #ECBD72

Text Example


Text Example

White with #ECBD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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