Html Css Color HEX #ECB019 Gold Tips

📋 copy color: '#ECB019'

red 236 ◦ green 176 ◦ blue 25

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

Shades of Gold Tips #ECB019

Tints of Gold Tips #ECB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 25 (10.16% from 255) = 5.72%

R = 54%
G = 40.27%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECB019 (or 0xECB019) is known color: Gold Tips. HEX triplet: EC, B0 and 19. RGB value is (236,176,25). Sum of RGB (Red+Green+Blue) = 236+176+25=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB019 is #134FE6. Grayscale: #B1B1B1. Windows color (decimal): -1265639 or 1683692. OLE color: 1683692.

HSL color Cylindrical-coordinate representation of color #ECB019: hue angle of 42.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECB019 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 25 -
CMYK 0 0.25 0.89 0.07
HSL 42.94º 0.85% 0.51% -
HSV(B) 42.94º 0.89% 0.93% -
XYZ 50.29 48.95 7.72 -
YUV 176.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 236 176 25 0 0.25 0.89 0.07 42.94 0.85 0.51
Hex EC B0 19 0 19 59 7 2B 55 33
Octal 354 260 31 0 31 131 7 53 125 63
Binary 11101100 10110000 11001 0 11001 1011001 111 101011 1010101 110011

Color Harmonies of #ECB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB019

Black with #ECB019

Text Example


Text Example

White with #ECB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB019; }

 p { color: rgb(236,176,25); }

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

background-color css

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

 a { background-color: rgb(236,176,25); }

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

border-color css

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

 span { border-color: rgb(236,176,25); }

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