Html Css Color HEX #ECB51C Gold Tips

📋 copy color: '#ECB51C'

red 236 ◦ green 181 ◦ blue 28

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

Shades of Gold Tips #ECB51C

Tints of Gold Tips #ECB51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.29%

R = 53.03%
G = 40.67%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB51C (or 0xECB51C) is known color: Gold Tips. HEX triplet: EC, B5 and 1C. RGB value is (236,181,28). Sum of RGB (Red+Green+Blue) = 236+181+28=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB51C is #134AE3. Grayscale: #B4B4B4. Windows color (decimal): -1264356 or 1881580. OLE color: 1881580.

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

Color convert

RGB 236 181 28 -
CMYK 0 0.23 0.88 0.07
HSL 44.13º 0.85% 0.52% -
HSV(B) 44.13º 0.88% 0.93% -
XYZ 51.33 50.96 8.23 -
YUV 180 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 236 181 28 0 0.23 0.88 0.07 44.13 0.85 0.52
Hex EC B5 1C 0 17 58 7 2C 55 34
Octal 354 265 34 0 27 130 7 54 125 64
Binary 11101100 10110101 11100 0 10111 1011000 111 101100 1010101 110100

Color Harmonies of #ECB51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB51C

Black with #ECB51C

Text Example


Text Example

White with #ECB51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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