#EB8A07

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

Shades of Tangerine #EB8A07

Tints of Tangerine #EB8A07

Color information

#EB8A07 (or 0xEB8A07) is unknown color: approx Tangerine. HEX triplet: EB, 8A and 07. RGB value is (235,138,7). Sum of RGB (Red+Green+Blue) = 235+138+7=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8A07 is #1475F8. Grayscale: #989898. Windows color (decimal): -1340921 or 494315. OLE color: 494315.

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

Color convert

RGB2351387-
CMYK00.410.970.08
HSL34.47º94.21%47.45%-
HSV(B)34.47º97.02%92.16%-
XYZ43.3935.854.83-
YUV152.0746.14187.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.84%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 7 (3.12% from 255) = 1.84%
R=61.84%
G=36.32%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235138700.410.970.0834.4794.2147.45
HexEB8A7029618225e2f
Octal3532127051141104213657
Binary11101011100010101110101001110000110001000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8A07; }

 p { color: rgb(235,138,7); }

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

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

 a { background-color: rgb(235,138,7); }

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

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

 span { border-color: rgb(235,138,7); }

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