Html Css Color HEX #ECB525 Gold Tips

📋 copy color: '#ECB525'

red 236 ◦ green 181 ◦ blue 37

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

Shades of Gold Tips #ECB525

Tints of Gold Tips #ECB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 51.98%
G = 39.87%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECB525 (or 0xECB525) is known color: Gold Tips. HEX triplet: EC, B5 and 25. RGB value is (236,181,37). Sum of RGB (Red+Green+Blue) = 236+181+37=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB525 is #134ADA. Grayscale: #B5B5B5. Windows color (decimal): -1264347 or 2471404. OLE color: 2471404.

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

Color convert

RGB 236 181 37 -
CMYK 0 0.23 0.84 0.07
HSL 43.42º 0.84% 0.54% -
HSV(B) 43.42º 0.84% 0.93% -
XYZ 51.45 51.01 8.89 -
YUV 181.03 46.72 167.21 -
System Red Green Blue C M Y K H S L
Decimal 236 181 37 0 0.23 0.84 0.07 43.42 0.84 0.54
Hex EC B5 25 0 17 54 7 2B 54 36
Octal 354 265 45 0 27 124 7 53 124 66
Binary 11101100 10110101 100101 0 10111 1010100 111 101011 1010100 110110

Color Harmonies of #ECB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB525

Black with #ECB525

Text Example


Text Example

White with #ECB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB525; }

 p { color: rgb(236,181,37); }

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

background-color css

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

 a { background-color: rgb(236,181,37); }

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

border-color css

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

 span { border-color: rgb(236,181,37); }

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