#ECAB2B

Color #ECAB2B Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #ECAB2B

Tints of Gold Tips #ECAB2B

Color information

#ECAB2B (or 0xECAB2B) is unknown color: approx Gold Tips. HEX triplet: EC, AB and 2B. RGB value is (236,171,43). Sum of RGB (Red+Green+Blue) = 236+171+43=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB2B is #1354D4. Grayscale: #B0B0B0. Windows color (decimal): -1266901 or 2862060. OLE color: 2862060.

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

Color convert

RGB23617143-
CMYK00.280.820.07
HSL39.79º83.55%54.71%-
HSV(B)39.79º81.78%92.55%-
XYZ49.5947.138.77-
YUV175.8453.03170.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.44%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=52.44%
G=38%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361714300.280.820.0739.7983.5554.71
HexECAB2B01C527285437
Octal3542535303412275012467
Binary111011001010101110101101110010100101111010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB2B; }

 p { color: rgb(236,171,43); }

 H1.HeaderClassName
 {
   color: #ECAB2B;
 }
 .AnyTagClassName
 {
   color: #ECAB2B;
 }
</style>
background-color css

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

 a { background-color: rgb(236,171,43); }

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

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

 span { border-color: rgb(236,171,43); }

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