Html Css Color HEX #ECA820 Gold Tips

📋 copy color: '#ECA820'

red 236 ◦ green 168 ◦ blue 32

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

Shades of Gold Tips #ECA820

Tints of Gold Tips #ECA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 54.13%
G = 38.53%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECA820 (or 0xECA820) is known color: Gold Tips. HEX triplet: EC, A8 and 20. RGB value is (236,168,32). Sum of RGB (Red+Green+Blue) = 236+168+32=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA820 is #1357DF. Grayscale: #ADADAD. Windows color (decimal): -1267680 or 2140396. OLE color: 2140396.

HSL color Cylindrical-coordinate representation of color #ECA820: hue angle of 40º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECA820 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 168 32 -
CMYK 0 0.29 0.86 0.07
HSL 40º 0.84% 0.53% -
HSV(B) 40º 0.86% 0.93% -
XYZ 48.86 45.94 7.66 -
YUV 172.83 48.53 173.06 -
System Red Green Blue C M Y K H S L
Decimal 236 168 32 0 0.29 0.86 0.07 40 0.84 0.53
Hex EC A8 20 0 1D 56 7 28 54 35
Octal 354 250 40 0 35 126 7 50 124 65
Binary 11101100 10101000 100000 0 11101 1010110 111 101000 1010100 110101

Color Harmonies of #ECA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA820

Black with #ECA820

Text Example


Text Example

White with #ECA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA820; }

 p { color: rgb(236,168,32); }

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

background-color css

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

 a { background-color: rgb(236,168,32); }

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

border-color css

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

 span { border-color: rgb(236,168,32); }

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