Html Css Color HEX #ECB117 Gold Tips

📋 copy color: '#ECB117'

red 236 ◦ green 177 ◦ blue 23

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

Shades of Gold Tips #ECB117

Tints of Gold Tips #ECB117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.28%

R = 54.13%
G = 40.6%
B = 5.28%

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

#ECB117 (or 0xECB117) is known color: Gold Tips. HEX triplet: EC, B1 and 17. RGB value is (236,177,23). Sum of RGB (Red+Green+Blue) = 236+177+23=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB117 is #134EE8. Grayscale: #B1B1B1. Windows color (decimal): -1265385 or 1552876. OLE color: 1552876.

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

Color convert

RGB 236 177 23 -
CMYK 0 0.25 0.90 0.07
HSL 43.38º 0.85% 0.51% -
HSV(B) 43.38º 0.9% 0.93% -
XYZ 50.47 49.34 7.67 -
YUV 177.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 236 177 23 0 0.25 0.90 0.07 43.38 0.85 0.51
Hex EC B1 17 0 19 5A 7 2B 55 33
Octal 354 261 27 0 31 132 7 53 125 63
Binary 11101100 10110001 10111 0 11001 1011010 111 101011 1010101 110011

Color Harmonies of #ECB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB117

Black with #ECB117

Text Example


Text Example

White with #ECB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB117; }

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

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

background-color css

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

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

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

border-color css

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

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

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