Html Css Color HEX #ECA829 Gold Tips

📋 copy color: '#ECA829'

red 236 ◦ green 168 ◦ blue 41

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

Shades of Gold Tips #ECA829

Tints of Gold Tips #ECA829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 53.03%
G = 37.75%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECA829 (or 0xECA829) is known color: Gold Tips. HEX triplet: EC, A8 and 29. RGB value is (236,168,41). Sum of RGB (Red+Green+Blue) = 236+168+41=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA829 is #1357D6. Grayscale: #AEAEAE. Windows color (decimal): -1267671 or 2730220. OLE color: 2730220.

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

Color convert

RGB 236 168 41 -
CMYK 0 0.29 0.83 0.07
HSL 39.08º 0.84% 0.54% -
HSV(B) 39.08º 0.83% 0.93% -
XYZ 48.99 46 8.39 -
YUV 173.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 236 168 41 0 0.29 0.83 0.07 39.08 0.84 0.54
Hex EC A8 29 0 1D 53 7 27 54 36
Octal 354 250 51 0 35 123 7 47 124 66
Binary 11101100 10101000 101001 0 11101 1010011 111 100111 1010100 110110

Color Harmonies of #ECA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA829

Black with #ECA829

Text Example


Text Example

White with #ECA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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