Html Css Color HEX #ECB217 Gold Tips

📋 copy color: '#ECB217'

red 236 ◦ green 178 ◦ blue 23

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

Shades of Gold Tips #ECB217

Tints of Gold Tips #ECB217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

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

R = 54%
G = 40.73%
B = 5.26%

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

#ECB217 (or 0xECB217) is known color: Gold Tips. HEX triplet: EC, B2 and 17. RGB value is (236,178,23). Sum of RGB (Red+Green+Blue) = 236+178+23=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB217 is #134DE8. Grayscale: #B2B2B2. Windows color (decimal): -1265129 or 1553132. OLE color: 1553132.

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

Color convert

RGB 236 178 23 -
CMYK 0 0.25 0.90 0.07
HSL 43.66º 0.85% 0.51% -
HSV(B) 43.66º 0.9% 0.93% -
XYZ 50.67 49.74 7.74 -
YUV 177.67 40.72 169.6 -
System Red Green Blue C M Y K H S L
Decimal 236 178 23 0 0.25 0.90 0.07 43.66 0.85 0.51
Hex EC B2 17 0 19 5A 7 2C 55 33
Octal 354 262 27 0 31 132 7 54 125 63
Binary 11101100 10110010 10111 0 11001 1011010 111 101100 1010101 110011

Color Harmonies of #ECB217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB217

Black with #ECB217

Text Example


Text Example

White with #ECB217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB217; }

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

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

background-color css

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

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

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

border-color css

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

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

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