#EB860A

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

Shades of Tangerine #EB860A

Tints of Tangerine #EB860A

Color information

#EB860A (or 0xEB860A) is unknown color: approx Tangerine. HEX triplet: EB, 86 and 0A. RGB value is (235,134,10). Sum of RGB (Red+Green+Blue) = 235+134+10=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB860A is #1479F5. Grayscale: #969696. Windows color (decimal): -1341942 or 689899. OLE color: 689899.

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

Color convert

RGB23513410-
CMYK00.430.960.08
HSL33.07º91.84%48.04%-
HSV(B)33.07º95.74%92.16%-
XYZ42.8434.734.73-
YUV150.0648.96188.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.01%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=62.01%
G=35.36%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351341000.430.960.0833.0791.8448.04
HexEB86A02B608215c30
Octal35320612053140104113460
Binary111010111000011010100101011110000010001000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB860A; }

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

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

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

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

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

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

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

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