Html Css Color HEX #ECAA2B Gold Tips

📋 copy color: '#ECAA2B'

red 236 ◦ green 170 ◦ blue 43

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

Shades of Gold Tips #ECAA2B

Tints of Gold Tips #ECAA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.58%

R = 52.56%
G = 37.86%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECAA2B (or 0xECAA2B) is known color: Gold Tips. HEX triplet: EC, AA and 2B. RGB value is (236,170,43). Sum of RGB (Red+Green+Blue) = 236+170+43=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA2B is #1355D4. Grayscale: #AFAFAF. Windows color (decimal): -1267157 or 2861804. OLE color: 2861804.

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

Color convert

RGB 236 170 43 -
CMYK 0 0.28 0.82 0.07
HSL 39.48º 0.84% 0.55% -
HSV(B) 39.48º 0.82% 0.93% -
XYZ 49.4 46.76 8.71 -
YUV 175.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 236 170 43 0 0.28 0.82 0.07 39.48 0.84 0.55
Hex EC AA 2B 0 1C 52 7 27 54 37
Octal 354 252 53 0 34 122 7 47 124 67
Binary 11101100 10101010 101011 0 11100 1010010 111 100111 1010100 110111

Color Harmonies of #ECAA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA2B

Black with #ECAA2B

Text Example


Text Example

White with #ECAA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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