#EF9869

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

Shades of Atomic Tangerine #EF9869

Tints of Atomic Tangerine #EF9869

Color information

#EF9869 (or 0xEF9869) is unknown color: approx Atomic Tangerine. HEX triplet: EF, 98 and 69. RGB value is (239,152,105). Sum of RGB (Red+Green+Blue) = 239+152+105=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9869 is #106796. Grayscale: #ACACAC. Windows color (decimal): -1075095 or 6920431. OLE color: 6920431.

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

Color convert

RGB239152105-
CMYK00.360.560.06
HSL21.04º80.72%67.45%-
HSV(B)21.04º56.07%93.73%-
XYZ49.3741.8318.84-
YUV172.6689.82175.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=48.19%
G=30.65%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915210500.360.560.0621.0480.7267.45
HexEF9869024386155143
Octal35723015104470625121103
Binary1110111110011000110100101001001110001101010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9869; }

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

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

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

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

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

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

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

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