Html Css Color HEX #ECB720 Gold Tips

📋 copy color: '#ECB720'

red 236 ◦ green 183 ◦ blue 32

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

Shades of Gold Tips #ECB720

Tints of Gold Tips #ECB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 52.33%
G = 40.58%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECB720 (or 0xECB720) is known color: Gold Tips. HEX triplet: EC, B7 and 20. RGB value is (236,183,32). Sum of RGB (Red+Green+Blue) = 236+183+32=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB720 is #1348DF. Grayscale: #B6B6B6. Windows color (decimal): -1263840 or 2144236. OLE color: 2144236.

HSL color Cylindrical-coordinate representation of color #ECB720: hue angle of 44.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECB720 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 183 32 -
CMYK 0 0.22 0.86 0.07
HSL 44.41º 0.84% 0.53% -
HSV(B) 44.41º 0.86% 0.93% -
XYZ 51.79 51.8 8.64 -
YUV 181.63 43.56 166.78 -
System Red Green Blue C M Y K H S L
Decimal 236 183 32 0 0.22 0.86 0.07 44.41 0.84 0.53
Hex EC B7 20 0 16 56 7 2C 54 35
Octal 354 267 40 0 26 126 7 54 124 65
Binary 11101100 10110111 100000 0 10110 1010110 111 101100 1010100 110101

Color Harmonies of #ECB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB720

Black with #ECB720

Text Example


Text Example

White with #ECB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB720; }

 p { color: rgb(236,183,32); }

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

background-color css

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

 a { background-color: rgb(236,183,32); }

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

border-color css

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

 span { border-color: rgb(236,183,32); }

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