#ED9362

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

Shades of Atomic Tangerine #ED9362

Tints of Atomic Tangerine #ED9362

Color information

#ED9362 (or 0xED9362) is unknown color: approx Atomic Tangerine. HEX triplet: ED, 93 and 62. RGB value is (237,147,98). Sum of RGB (Red+Green+Blue) = 237+147+98=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9362 is #126C9D. Grayscale: #A8A8A8. Windows color (decimal): -1207454 or 6460397. OLE color: 6460397.

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

Color convert

RGB23714798-
CMYK00.380.590.07
HSL21.15º79.43%65.69%-
HSV(B)21.15º58.65%92.94%-
XYZ47.5639.7516.72-
YUV168.3288.32176.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=49.17%
G=30.50%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371479800.380.590.0721.1579.4365.69
HexED93620263B7154f42
Octal35522314204673725117102
Binary1110110110010011110001001001101110111111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9362; }

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

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

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

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

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

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

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

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