#ef8f65

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

Shades of Atomic Tangerine #EF8F65

Tints of Atomic Tangerine #EF8F65

Color information

#EF8F65 (or 0xEF8F65) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 8F and 65. RGB value is (239,143,101). Sum of RGB (Red+Green+Blue) = 239+143+101=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F65 is #10709A. Grayscale: #A7A7A7. Windows color (decimal): -1077403 or 6655983. OLE color: 6655983.

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

Color convert

RGB239143101-
CMYK00.400.580.06
HSL18.26º81.18%66.67%-
HSV(B)18.26º57.74%93.73%-
XYZ47.7738.9417.31-
YUV166.9290.8179.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=49.48%
G=29.61%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914310100.400.580.0618.2681.1866.67
HexEF8F650283A6125143
Octal35721714505072622121103
Binary1110111110001111110010101010001110101101001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8f65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8f65; }

 p { color: rgb(239,143,101); }

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

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

 a { background-color: rgb(239,143,101); }

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

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

 span { border-color: rgb(239,143,101); }

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