#EB8E0A

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

Shades of Tangerine #EB8E0A

Tints of Tangerine #EB8E0A

Color information

#EB8E0A (or 0xEB8E0A) is unknown color: approx Tangerine. HEX triplet: EB, 8E and 0A. RGB value is (235,142,10). Sum of RGB (Red+Green+Blue) = 235+142+10=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8E0A is #1471F5. Grayscale: #9B9B9B. Windows color (decimal): -1339894 or 691947. OLE color: 691947.

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

Color convert

RGB23514210-
CMYK00.400.960.08
HSL35.2º91.84%48.04%-
HSV(B)35.2º95.74%92.16%-
XYZ43.9937.035.12-
YUV154.7646.31185.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.72%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=60.72%
G=36.69%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351421000.400.960.0835.291.8448.04
HexEB8EA028608235c30
Octal35321612050140104313460
Binary111010111000111010100101000110000010001000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E0A; }

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

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

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

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

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

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

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

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