#EF8E68

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

Shades of Atomic Tangerine #EF8E68

Tints of Atomic Tangerine #EF8E68

Color information

#EF8E68 (or 0xEF8E68) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 8E and 68. RGB value is (239,142,104). Sum of RGB (Red+Green+Blue) = 239+142+104=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E68 is #107197. Grayscale: #A6A6A6. Windows color (decimal): -1077656 or 6852335. OLE color: 6852335.

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

Color convert

RGB239142104-
CMYK00.410.560.06
HSL16.89º80.84%67.25%-
HSV(B)16.89º56.49%93.73%-
XYZ47.7738.718.05-
YUV166.6792.64179.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=49.28%
G=29.28%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914210400.410.560.0616.8980.8467.25
HexEF8E68029386115143
Octal35721615005170621121103
Binary1110111110001110110100001010011110001101000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E68; }

 p { color: rgb(239,142,104); }

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

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

 a { background-color: rgb(239,142,104); }

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

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

 span { border-color: rgb(239,142,104); }

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