Html Css Color HEX #ECB473 Harvest Gold

📋 copy color: '#ECB473'

red 236 ◦ green 180 ◦ blue 115

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

Shades of Harvest Gold #ECB473

Tints of Harvest Gold #ECB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 44.44%
G = 33.9%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECB473 (or 0xECB473) is known color: Harvest Gold. HEX triplet: EC, B4 and 73. RGB value is (236,180,115). Sum of RGB (Red+Green+Blue) = 236+180+115=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB473 is #134B8C. Grayscale: #BDBDBD. Windows color (decimal): -1264525 or 7582956. OLE color: 7582956.

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

Color convert

RGB 236 180 115 -
CMYK 0 0.24 0.51 0.07
HSL 32.23º 0.76% 0.69% -
HSV(B) 32.23º 0.51% 0.93% -
XYZ 54.01 51.71 23.35 -
YUV 189.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 236 180 115 0 0.24 0.51 0.07 32.23 0.76 0.69
Hex EC B4 73 0 18 33 7 20 4C 45
Octal 354 264 163 0 30 63 7 40 114 105
Binary 11101100 10110100 1110011 0 11000 110011 111 100000 1001100 1000101

Color Harmonies of #ECB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB473

Black with #ECB473

Text Example


Text Example

White with #ECB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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