Html Css Color HEX #ECB315 Gold Tips

📋 copy color: '#ECB315'

red 236 ◦ green 179 ◦ blue 21

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

Shades of Gold Tips #ECB315

Tints of Gold Tips #ECB315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 54.13%
G = 41.06%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECB315 (or 0xECB315) is known color: Gold Tips. HEX triplet: EC, B3 and 15. RGB value is (236,179,21). Sum of RGB (Red+Green+Blue) = 236+179+21=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB315 is #134CEA. Grayscale: #B2B2B2. Windows color (decimal): -1264875 or 1422316. OLE color: 1422316.

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

Color convert

RGB 236 179 21 -
CMYK 0 0.24 0.91 0.07
HSL 44.09º 0.85% 0.5% -
HSV(B) 44.09º 0.91% 0.93% -
XYZ 50.85 50.13 7.71 -
YUV 178.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 236 179 21 0 0.24 0.91 0.07 44.09 0.85 0.5
Hex EC B3 15 0 18 5B 7 2C 55 32
Octal 354 263 25 0 30 133 7 54 125 62
Binary 11101100 10110011 10101 0 11000 1011011 111 101100 1010101 110010

Color Harmonies of #ECB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB315

Black with #ECB315

Text Example


Text Example

White with #ECB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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