#EB8D0A

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

Shades of Tangerine #EB8D0A

Tints of Tangerine #EB8D0A

Color information

#EB8D0A (or 0xEB8D0A) is unknown color: approx Tangerine. HEX triplet: EB, 8D and 0A. RGB value is (235,141,10). Sum of RGB (Red+Green+Blue) = 235+141+10=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D0A is #1472F5. Grayscale: #9A9A9A. Windows color (decimal): -1340150 or 691691. OLE color: 691691.

HSL color Cylindrical-coordinate representation of color #EB8D0A: hue angle of 34.93º 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 #EB8D0A is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23514110-
CMYK00.40.960.08
HSL34.93º91.84%48.04%-
HSV(B)34.93º95.74%92.16%-
XYZ43.8436.735.07-
YUV154.1746.64185.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 10 (4.30% from 255) = 2.59%
R=60.88%
G=36.53%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351411000.40.960.0834.9391.8448.04
HexEB8DA028608235c30
Octal35321512050140104313460
Binary111010111000110110100101000110000010001000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D0A; }

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

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

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

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

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

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

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

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