Html Css Color HEX #ECB520 Gold Tips

📋 copy color: '#ECB520'

red 236 ◦ green 181 ◦ blue 32

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

Shades of Gold Tips #ECB520

Tints of Gold Tips #ECB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

 BLUE value IS 32 (12.89% from 255) = 7.13%

R = 52.56%
G = 40.31%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECB520 (or 0xECB520) is known color: Gold Tips. HEX triplet: EC, B5 and 20. RGB value is (236,181,32). Sum of RGB (Red+Green+Blue) = 236+181+32=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB520 is #134ADF. Grayscale: #B5B5B5. Windows color (decimal): -1264352 or 2143724. OLE color: 2143724.

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

Color convert

RGB 236 181 32 -
CMYK 0 0.23 0.86 0.07
HSL 43.82º 0.84% 0.53% -
HSV(B) 43.82º 0.86% 0.93% -
XYZ 51.38 50.98 8.5 -
YUV 180.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 236 181 32 0 0.23 0.86 0.07 43.82 0.84 0.53
Hex EC B5 20 0 17 56 7 2C 54 35
Octal 354 265 40 0 27 126 7 54 124 65
Binary 11101100 10110101 100000 0 10111 1010110 111 101100 1010100 110101

Color Harmonies of #ECB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB520

Black with #ECB520

Text Example


Text Example

White with #ECB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB520; }

 p { color: rgb(236,181,32); }

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

background-color css

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

 a { background-color: rgb(236,181,32); }

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

border-color css

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

 span { border-color: rgb(236,181,32); }

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