Html Css Color HEX #ECAA2D Gold Tips

📋 copy color: '#ECAA2D'

red 236 ◦ green 170 ◦ blue 45

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

Shades of Gold Tips #ECAA2D

Tints of Gold Tips #ECAA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.98%

R = 52.33%
G = 37.69%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECAA2D (or 0xECAA2D) is known color: Gold Tips. HEX triplet: EC, AA and 2D. RGB value is (236,170,45). Sum of RGB (Red+Green+Blue) = 236+170+45=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2D is #1355D2. Grayscale: #B0B0B0. Windows color (decimal): -1267155 or 2992876. OLE color: 2992876.

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

Color convert

RGB 236 170 45 -
CMYK 0 0.28 0.81 0.07
HSL 39.27º 0.83% 0.55% -
HSV(B) 39.27º 0.81% 0.93% -
XYZ 49.44 46.77 8.9 -
YUV 175.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 236 170 45 0 0.28 0.81 0.07 39.27 0.83 0.55
Hex EC AA 2D 0 1C 51 7 27 53 37
Octal 354 252 55 0 34 121 7 47 123 67
Binary 11101100 10101010 101101 0 11100 1010001 111 100111 1010011 110111

Color Harmonies of #ECAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA2D

Black with #ECAA2D

Text Example


Text Example

White with #ECAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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