Html Css Color HEX #ECB01A Gold Tips

📋 copy color: '#ECB01A'

red 236 ◦ green 176 ◦ blue 26

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

Shades of Gold Tips #ECB01A

Tints of Gold Tips #ECB01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 53.88%
G = 40.18%
B = 5.94%

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

#ECB01A (or 0xECB01A) is known color: Gold Tips. HEX triplet: EC, B0 and 1A. RGB value is (236,176,26). Sum of RGB (Red+Green+Blue) = 236+176+26=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB01A is #134FE5. Grayscale: #B1B1B1. Windows color (decimal): -1265638 or 1749228. OLE color: 1749228.

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

Color convert

RGB 236 176 26 -
CMYK 0 0.25 0.89 0.07
HSL 42.86º 0.85% 0.51% -
HSV(B) 42.86º 0.89% 0.93% -
XYZ 50.3 48.96 7.78 -
YUV 176.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 236 176 26 0 0.25 0.89 0.07 42.86 0.85 0.51
Hex EC B0 1A 0 19 59 7 2B 55 33
Octal 354 260 32 0 31 131 7 53 125 63
Binary 11101100 10110000 11010 0 11001 1011001 111 101011 1010101 110011

Color Harmonies of #ECB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB01A

Black with #ECB01A

Text Example


Text Example

White with #ECB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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