#EBB10F

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

Shades of Dark Tangerine #EBB10F

Tints of Dark Tangerine #EBB10F

Color information

#EBB10F (or 0xEBB10F) is unknown color: approx Dark Tangerine. HEX triplet: EB, B1 and 0F. RGB value is (235,177,15). Sum of RGB (Red+Green+Blue) = 235+177+15=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB10F is #144EF0. Grayscale: #B0B0B0. Windows color (decimal): -1330929 or 1028587. OLE color: 1028587.

HSL color Cylindrical-coordinate representation of color #EBB10F: hue angle of 44.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBB10F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23517715-
CMYK00.250.940.08
HSL44.18º88%49.02%-
HSV(B)44.18º93.62%92.16%-
XYZ50.0749.147.3-
YUV175.8737.22170.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.04%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 15 (6.25% from 255) = 3.51%
R=55.04%
G=41.45%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351771500.250.940.0844.188849.02
HexEBB1F0195E82c5831
Octal35326117031136105413061
Binary11101011101100011111011001101111010001011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB10F; }

 p { color: rgb(235,177,15); }

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

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

 a { background-color: rgb(235,177,15); }

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

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

 span { border-color: rgb(235,177,15); }

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