#EB8E05

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

Shades of Tangerine #EB8E05

Tints of Tangerine #EB8E05

Color information

#EB8E05 (or 0xEB8E05) is unknown color: approx Tangerine. HEX triplet: EB, 8E and 05. RGB value is (235,142,5). Sum of RGB (Red+Green+Blue) = 235+142+5=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8E05 is #1471FA. Grayscale: #9A9A9A. Windows color (decimal): -1339899 or 364267. OLE color: 364267.

HSL color Cylindrical-coordinate representation of color #EB8E05: hue angle of 35.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB8E05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2351425-
CMYK00.400.980.08
HSL35.74º95.83%47.06%-
HSV(B)35.74º97.87%92.16%-
XYZ43.9637.024.97-
YUV154.1943.81185.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 5 (2.34% from 255) = 1.31%
R=61.52%
G=37.17%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235142500.400.980.0835.7495.8347.06
HexEB8E502862824602f
Octal3532165050142104414057
Binary11101011100011101010101000110001010001001001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E05; }

 p { color: rgb(235,142,5); }

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

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

 a { background-color: rgb(235,142,5); }

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

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

 span { border-color: rgb(235,142,5); }

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