#ED9565

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

Shades of Atomic Tangerine #ED9565

Tints of Atomic Tangerine #ED9565

Color information

#ED9565 (or 0xED9565) is unknown color: approx Atomic Tangerine. HEX triplet: ED, 95 and 65. RGB value is (237,149,101). Sum of RGB (Red+Green+Blue) = 237+149+101=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9565 is #126A9A. Grayscale: #AAAAAA. Windows color (decimal): -1206939 or 6657517. OLE color: 6657517.

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

Color convert

RGB237149101-
CMYK00.370.570.07
HSL21.18º79.07%66.27%-
HSV(B)21.18º57.38%92.94%-
XYZ48.0240.4417.59-
YUV169.8489.15175.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=48.67%
G=30.60%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714910100.370.570.0721.1879.0766.27
HexED9565025397154f42
Octal35522514504571725117102
Binary1110110110010101110010101001011110011111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9565; }

 p { color: rgb(237,149,101); }

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

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

 a { background-color: rgb(237,149,101); }

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

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

 span { border-color: rgb(237,149,101); }

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