Html Css Color HEX #ECB51A Gold Tips

📋 copy color: '#ECB51A'

red 236 ◦ green 181 ◦ blue 26

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

Shades of Gold Tips #ECB51A

Tints of Gold Tips #ECB51A

RGB

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

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

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

R = 53.27%
G = 40.86%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECB51A (or 0xECB51A) is known color: Gold Tips. HEX triplet: EC, B5 and 1A. RGB value is (236,181,26). Sum of RGB (Red+Green+Blue) = 236+181+26=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB51A is #134AE5. Grayscale: #B4B4B4. Windows color (decimal): -1264358 or 1750508. OLE color: 1750508.

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

Color convert

RGB 236 181 26 -
CMYK 0 0.23 0.89 0.07
HSL 44.29º 0.85% 0.51% -
HSV(B) 44.29º 0.89% 0.93% -
XYZ 51.3 50.96 8.11 -
YUV 179.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 236 181 26 0 0.23 0.89 0.07 44.29 0.85 0.51
Hex EC B5 1A 0 17 59 7 2C 55 33
Octal 354 265 32 0 27 131 7 54 125 63
Binary 11101100 10110101 11010 0 10111 1011001 111 101100 1010101 110011

Color Harmonies of #ECB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB51A

Black with #ECB51A

Text Example


Text Example

White with #ECB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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