#EF9669

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

Shades of Atomic Tangerine #EF9669

Tints of Atomic Tangerine #EF9669

Color information

#EF9669 (or 0xEF9669) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 96 and 69. RGB value is (239,150,105). Sum of RGB (Red+Green+Blue) = 239+150+105=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9669 is #106996. Grayscale: #ABABAB. Windows color (decimal): -1075607 or 6919919. OLE color: 6919919.

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

Color convert

RGB239150105-
CMYK00.370.560.06
HSL20.15º80.72%67.45%-
HSV(B)20.15º56.07%93.73%-
XYZ49.0541.1818.73-
YUV171.4890.49176.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=48.38%
G=30.36%
B=21.26%

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
Decimal23915010500.370.560.0620.1580.7267.45
HexEF9669025386145143
Octal35722615104570624121103
Binary1110111110010110110100101001011110001101010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9669; }

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

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

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

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

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

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

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

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