Html Css Color HEX #ECB118 Gold Tips

📋 copy color: '#ECB118'

red 236 ◦ green 177 ◦ blue 24

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

Shades of Gold Tips #ECB118

Tints of Gold Tips #ECB118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

 BLUE value IS 24 (9.77% from 255) = 5.49%

R = 54%
G = 40.5%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECB118 (or 0xECB118) is known color: Gold Tips. HEX triplet: EC, B1 and 18. RGB value is (236,177,24). Sum of RGB (Red+Green+Blue) = 236+177+24=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB118 is #134EE7. Grayscale: #B1B1B1. Windows color (decimal): -1265384 or 1618412. OLE color: 1618412.

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

Color convert

RGB 236 177 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.3º 0.85% 0.51% -
HSV(B) 43.3º 0.9% 0.93% -
XYZ 50.48 49.34 7.73 -
YUV 177.2 41.55 169.94 -
System Red Green Blue C M Y K H S L
Decimal 236 177 24 0 0.25 0.90 0.07 43.3 0.85 0.51
Hex EC B1 18 0 19 5A 7 2B 55 33
Octal 354 261 30 0 31 132 7 53 125 63
Binary 11101100 10110001 11000 0 11001 1011010 111 101011 1010101 110011

Color Harmonies of #ECB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB118

Black with #ECB118

Text Example


Text Example

White with #ECB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB118; }

 p { color: rgb(236,177,24); }

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

background-color css

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

 a { background-color: rgb(236,177,24); }

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

border-color css

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

 span { border-color: rgb(236,177,24); }

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