Html Css Color HEX #ECB115 Gold Tips

📋 copy color: '#ECB115'

red 236 ◦ green 177 ◦ blue 21

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

Shades of Gold Tips #ECB115

Tints of Gold Tips #ECB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 54.38%
G = 40.78%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECB115 (or 0xECB115) is known color: Gold Tips. HEX triplet: EC, B1 and 15. RGB value is (236,177,21). Sum of RGB (Red+Green+Blue) = 236+177+21=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB115 is #134EEA. Grayscale: #B1B1B1. Windows color (decimal): -1265387 or 1421804. OLE color: 1421804.

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

Color convert

RGB 236 177 21 -
CMYK 0 0.25 0.91 0.07
HSL 43.53º 0.85% 0.5% -
HSV(B) 43.53º 0.91% 0.93% -
XYZ 50.45 49.33 7.57 -
YUV 176.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 236 177 21 0 0.25 0.91 0.07 43.53 0.85 0.5
Hex EC B1 15 0 19 5B 7 2C 55 32
Octal 354 261 25 0 31 133 7 54 125 62
Binary 11101100 10110001 10101 0 11001 1011011 111 101100 1010101 110010

Color Harmonies of #ECB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB115

Black with #ECB115

Text Example


Text Example

White with #ECB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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