#EF8E67

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

Shades of Atomic Tangerine #EF8E67

Tints of Atomic Tangerine #EF8E67

Color information

#EF8E67 (or 0xEF8E67) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 8E and 67. RGB value is (239,142,103). Sum of RGB (Red+Green+Blue) = 239+142+103=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E67 is #107198. Grayscale: #A6A6A6. Windows color (decimal): -1077657 or 6786799. OLE color: 6786799.

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

Color convert

RGB239142103-
CMYK00.410.570.06
HSL17.21º80.95%67.06%-
HSV(B)17.21º56.9%93.73%-
XYZ47.7238.6817.78-
YUV166.5692.14179.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.38%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=49.38%
G=29.34%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914210300.410.570.0617.2180.9567.06
HexEF8E67029396115143
Octal35721614705171621121103
Binary1110111110001110110011101010011110011101000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E67; }

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

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

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

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

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

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

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

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