#ECB30E

Color #ECB30E Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #ECB30E

Tints of Dark Tangerine #ECB30E

Color information

#ECB30E (or 0xECB30E) is unknown color: approx Dark Tangerine. HEX triplet: EC, B3 and 0E. RGB value is (236,179,14). Sum of RGB (Red+Green+Blue) = 236+179+14=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30E is #134CF1. Grayscale: #B1B1B1. Windows color (decimal): -1264882 or 963564. OLE color: 963564.

HSL color Cylindrical-coordinate representation of color #ECB30E: hue angle of 44.59º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB30E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23617914-
CMYK00.240.940.07
HSL44.59º88.8%49.02%-
HSV(B)44.59º94.07%92.55%-
XYZ50.7950.17.41-
YUV177.2335.88169.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.01%
GREEN value IS 179 (70.31% from 255) = 41.72%
BLUE value IS 14 (5.86% from 255) = 3.26%
R=55.01%
G=41.72%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361791400.240.940.0744.5988.849.02
HexECB3E0185E72d5931
Octal3542631603013675513161
Binary1110110010110011111001100010111101111011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB30E; }

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

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

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

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

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

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

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

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