#EF8D0D

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

Shades of Tangerine #EF8D0D

Tints of Tangerine #EF8D0D

Color information

#EF8D0D (or 0xEF8D0D) is unknown color: approx Tangerine. HEX triplet: EF, 8D and 0D. RGB value is (239,141,13). Sum of RGB (Red+Green+Blue) = 239+141+13=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8D0D is #1072F2. Grayscale: #9C9C9C. Windows color (decimal): -1078003 or 888303. OLE color: 888303.

HSL color Cylindrical-coordinate representation of color #EF8D0D: hue angle of 33.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF8D0D is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB23914113-
CMYK00.410.950.06
HSL33.98º89.68%49.41%-
HSV(B)33.98º94.56%93.73%-
XYZ45.1937.435.22-
YUV155.7147.47187.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.81%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 13 (5.47% from 255) = 3.31%
R=60.81%
G=35.88%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391411300.410.950.0633.9889.6849.41
HexEF8DD0295F6225a31
Octal3572151505113764213261
Binary11101111100011011101010100110111111101000101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D0D; }

 p { color: rgb(239,141,13); }

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

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

 a { background-color: rgb(239,141,13); }

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

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

 span { border-color: rgb(239,141,13); }

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