#EB8C0A

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

Shades of Tangerine #EB8C0A

Tints of Tangerine #EB8C0A

Color information

#EB8C0A (or 0xEB8C0A) is unknown color: approx Tangerine. HEX triplet: EB, 8C and 0A. RGB value is (235,140,10). Sum of RGB (Red+Green+Blue) = 235+140+10=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C0A is #1473F5. Grayscale: #9A9A9A. Windows color (decimal): -1340406 or 691435. OLE color: 691435.

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

Color convert

RGB23514010-
CMYK00.400.960.08
HSL34.67º91.84%48.04%-
HSV(B)34.67º95.74%92.16%-
XYZ43.6936.445.02-
YUV153.5846.97186.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.04%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=61.04%
G=36.36%
B=2.60%

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
Decimal2351401000.400.960.0834.6791.8448.04
HexEB8CA028608235c30
Octal35321412050140104313460
Binary111010111000110010100101000110000010001000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8C0A; }

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

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

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

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

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

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

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

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