Html Css Color HEX #ECB017 Gold Tips

📋 copy color: '#ECB017'

red 236 ◦ green 176 ◦ blue 23

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

Shades of Gold Tips #ECB017

Tints of Gold Tips #ECB017

RGB

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

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

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

R = 54.25%
G = 40.46%
B = 5.29%

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

#ECB017 (or 0xECB017) is known color: Gold Tips. HEX triplet: EC, B0 and 17. RGB value is (236,176,23). Sum of RGB (Red+Green+Blue) = 236+176+23=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB017 is #134FE8. Grayscale: #B1B1B1. Windows color (decimal): -1265641 or 1552620. OLE color: 1552620.

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

Color convert

RGB 236 176 23 -
CMYK 0 0.25 0.90 0.07
HSL 43.1º 0.85% 0.51% -
HSV(B) 43.1º 0.9% 0.93% -
XYZ 50.27 48.95 7.61 -
YUV 176.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 236 176 23 0 0.25 0.90 0.07 43.1 0.85 0.51
Hex EC B0 17 0 19 5A 7 2B 55 33
Octal 354 260 27 0 31 132 7 53 125 63
Binary 11101100 10110000 10111 0 11001 1011010 111 101011 1010101 110011

Color Harmonies of #ECB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB017

Black with #ECB017

Text Example


Text Example

White with #ECB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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