#ED9464

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

Shades of Atomic Tangerine #ED9464

Tints of Atomic Tangerine #ED9464

Color information

#ED9464 (or 0xED9464) is unknown color: approx Atomic Tangerine. HEX triplet: ED, 94 and 64. RGB value is (237,148,100). Sum of RGB (Red+Green+Blue) = 237+148+100=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9464 is #126B9B. Grayscale: #A9A9A9. Windows color (decimal): -1207196 or 6591725. OLE color: 6591725.

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

Color convert

RGB237148100-
CMYK00.380.580.07
HSL21.02º79.19%66.08%-
HSV(B)21.02º57.81%92.94%-
XYZ47.8240.117.28-
YUV169.1488.99176.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=48.87%
G=30.52%
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
Decimal23714810000.380.580.0721.0279.1966.08
HexED94640263A7154f42
Octal35522414404672725117102
Binary1110110110010100110010001001101110101111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9464; }

 p { color: rgb(237,148,100); }

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

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

 a { background-color: rgb(237,148,100); }

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

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

 span { border-color: rgb(237,148,100); }

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