Html Css Color HEX #ECB018 Gold Tips

📋 copy color: '#ECB018'

red 236 ◦ green 176 ◦ blue 24

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

Shades of Gold Tips #ECB018

Tints of Gold Tips #ECB018

RGB

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

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

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

R = 54.13%
G = 40.37%
B = 5.5%

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

#ECB018 (or 0xECB018) is known color: Gold Tips. HEX triplet: EC, B0 and 18. RGB value is (236,176,24). Sum of RGB (Red+Green+Blue) = 236+176+24=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB018 is #134FE7. Grayscale: #B1B1B1. Windows color (decimal): -1265640 or 1618156. OLE color: 1618156.

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

Color convert

RGB 236 176 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.02º 0.85% 0.51% -
HSV(B) 43.02º 0.9% 0.93% -
XYZ 50.28 48.95 7.66 -
YUV 176.61 41.88 170.36 -
System Red Green Blue C M Y K H S L
Decimal 236 176 24 0 0.25 0.90 0.07 43.02 0.85 0.51
Hex EC B0 18 0 19 5A 7 2B 55 33
Octal 354 260 30 0 31 132 7 53 125 63
Binary 11101100 10110000 11000 0 11001 1011010 111 101011 1010101 110011

Color Harmonies of #ECB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB018

Black with #ECB018

Text Example


Text Example

White with #ECB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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