#ed9363

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

Shades of Atomic Tangerine #ED9363

Tints of Atomic Tangerine #ED9363

Color information

#ED9363 (or 0xED9363) is unknown color: approx Atomic Tangerine. HEX triplet: ED, 93 and 63. RGB value is (237,147,99). Sum of RGB (Red+Green+Blue) = 237+147+99=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9363 is #126C9C. Grayscale: #A8A8A8. Windows color (decimal): -1207453 or 6525933. OLE color: 6525933.

HSL color Cylindrical-coordinate representation of color #ED9363: hue angle of 20.87º degrees, saturation: 0.79, 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 #ED9363 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23714799-
CMYK00.380.580.07
HSL20.87º79.31%65.88%-
HSV(B)20.87º58.23%92.94%-
XYZ47.6139.7716.97-
YUV168.4488.82176.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=49.07%
G=30.43%
B=20.50%

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
Decimal2371479900.380.580.0720.8779.3165.88
HexED93630263A7154f42
Octal35522314304672725117102
Binary1110110110010011110001101001101110101111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9363; }

 p { color: rgb(237,147,99); }

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

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

 a { background-color: rgb(237,147,99); }

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

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

 span { border-color: rgb(237,147,99); }

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