Html Css Color HEX #ECB125 Gold Tips

📋 copy color: '#ECB125'

red 236 ◦ green 177 ◦ blue 37

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

Shades of Gold Tips #ECB125

Tints of Gold Tips #ECB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 52.44%
G = 39.33%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECB125 (or 0xECB125) is known color: Gold Tips. HEX triplet: EC, B1 and 25. RGB value is (236,177,37). Sum of RGB (Red+Green+Blue) = 236+177+37=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB125 is #134EDA. Grayscale: #B3B3B3. Windows color (decimal): -1265371 or 2470380. OLE color: 2470380.

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

Color convert

RGB 236 177 37 -
CMYK 0 0.25 0.84 0.07
HSL 42.21º 0.84% 0.54% -
HSV(B) 42.21º 0.84% 0.93% -
XYZ 50.65 49.41 8.62 -
YUV 178.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 236 177 37 0 0.25 0.84 0.07 42.21 0.84 0.54
Hex EC B1 25 0 19 54 7 2A 54 36
Octal 354 261 45 0 31 124 7 52 124 66
Binary 11101100 10110001 100101 0 11001 1010100 111 101010 1010100 110110

Color Harmonies of #ECB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB125

Black with #ECB125

Text Example


Text Example

White with #ECB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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