#EF9668

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

Shades of Atomic Tangerine #EF9668

Tints of Atomic Tangerine #EF9668

Color information

#EF9668 (or 0xEF9668) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 96 and 68. RGB value is (239,150,104). Sum of RGB (Red+Green+Blue) = 239+150+104=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9668 is #106997. Grayscale: #ABABAB. Windows color (decimal): -1075608 or 6854383. OLE color: 6854383.

HSL color Cylindrical-coordinate representation of color #EF9668: hue angle of 20.44º 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 #EF9668 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239150104-
CMYK00.370.560.06
HSL20.44º80.84%67.25%-
HSV(B)20.44º56.49%93.73%-
XYZ4941.1618.46-
YUV171.3789.99176.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=48.48%
G=30.43%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915010400.370.560.0620.4480.8467.25
HexEF9668025386145143
Octal35722615004570624121103
Binary1110111110010110110100001001011110001101010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9668; }

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

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

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

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

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

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

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

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