Html Css Color HEX #ECA521 Gold Tips

📋 copy color: '#ECA521'

red 236 ◦ green 165 ◦ blue 33

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

Shades of Gold Tips #ECA521

Tints of Gold Tips #ECA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

 BLUE value IS 33 (13.28% from 255) = 7.6%

R = 54.38%
G = 38.02%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECA521 (or 0xECA521) is known color: Gold Tips. HEX triplet: EC, A5 and 21. RGB value is (236,165,33). Sum of RGB (Red+Green+Blue) = 236+165+33=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA521 is #135ADE. Grayscale: #ABABAB. Windows color (decimal): -1268447 or 2205164. OLE color: 2205164.

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

Color convert

RGB 236 165 33 -
CMYK 0 0.30 0.86 0.07
HSL 39.01º 0.84% 0.53% -
HSV(B) 39.01º 0.86% 0.93% -
XYZ 48.32 44.85 7.55 -
YUV 171.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 236 165 33 0 0.30 0.86 0.07 39.01 0.84 0.53
Hex EC A5 21 0 1E 56 7 27 54 35
Octal 354 245 41 0 36 126 7 47 124 65
Binary 11101100 10100101 100001 0 11110 1010110 111 100111 1010100 110101

Color Harmonies of #ECA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA521

Black with #ECA521

Text Example


Text Example

White with #ECA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA521; }

 p { color: rgb(236,165,33); }

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

background-color css

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

 a { background-color: rgb(236,165,33); }

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

border-color css

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

 span { border-color: rgb(236,165,33); }

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