Html Css Color HEX #ECAA28 Gold Tips

📋 copy color: '#ECAA28'

red 236 ◦ green 170 ◦ blue 40

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

Shades of Gold Tips #ECAA28

Tints of Gold Tips #ECAA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 40 (16.02% from 255) = 8.97%

R = 52.91%
G = 38.12%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECAA28 (or 0xECAA28) is known color: Gold Tips. HEX triplet: EC, AA and 28. RGB value is (236,170,40). Sum of RGB (Red+Green+Blue) = 236+170+40=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA28 is #1355D7. Grayscale: #AFAFAF. Windows color (decimal): -1267160 or 2665196. OLE color: 2665196.

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

Color convert

RGB 236 170 40 -
CMYK 0 0.28 0.83 0.07
HSL 39.8º 0.84% 0.54% -
HSV(B) 39.8º 0.83% 0.93% -
XYZ 49.35 46.74 8.43 -
YUV 174.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 236 170 40 0 0.28 0.83 0.07 39.8 0.84 0.54
Hex EC AA 28 0 1C 53 7 28 54 36
Octal 354 252 50 0 34 123 7 50 124 66
Binary 11101100 10101010 101000 0 11100 1010011 111 101000 1010100 110110

Color Harmonies of #ECAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA28

Black with #ECAA28

Text Example


Text Example

White with #ECAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA28; }

 p { color: rgb(236,170,40); }

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

background-color css

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

 a { background-color: rgb(236,170,40); }

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

border-color css

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

 span { border-color: rgb(236,170,40); }

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