#EE9364

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

Shades of Atomic Tangerine #EE9364

Tints of Atomic Tangerine #EE9364

Color information

#EE9364 (or 0xEE9364) is unknown color: approx Atomic Tangerine. HEX triplet: EE, 93 and 64. RGB value is (238,147,100). Sum of RGB (Red+Green+Blue) = 238+147+100=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9364 is #116C9B. Grayscale: #A9A9A9. Windows color (decimal): -1141916 or 6591470. OLE color: 6591470.

HSL color Cylindrical-coordinate representation of color #EE9364: hue angle of 20.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE9364 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238147100-
CMYK00.380.580.07
HSL20.43º80.23%66.27%-
HSV(B)20.43º57.98%93.33%-
XYZ47.9939.9617.24-
YUV168.8589.15177.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=49.07%
G=30.31%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814710000.380.580.0720.4380.2366.27
HexEE93640263A7145042
Octal35622314404672724120102
Binary1110111010010011110010001001101110101111010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9364; }

 p { color: rgb(238,147,100); }

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

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

 a { background-color: rgb(238,147,100); }

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

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

 span { border-color: rgb(238,147,100); }

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