#EE8B72

Color #EE8B72 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EE8B72

Tints of Dark Salmon #EE8B72

Color information

#EE8B72 (or 0xEE8B72) is unknown color: approx Dark Salmon. HEX triplet: EE, 8B and 72. RGB value is (238,139,114). Sum of RGB (Red+Green+Blue) = 238+139+114=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8B72 is #11748D. Grayscale: #A5A5A5. Windows color (decimal): -1143950 or 7506926. OLE color: 7506926.

HSL color Cylindrical-coordinate representation of color #EE8B72: hue angle of 12.1º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE8B72 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB238139114-
CMYK00.420.520.07
HSL12.1º78.48%69.02%-
HSV(B)12.1º52.1%93.33%-
XYZ47.5337.8620.72-
YUV165.7598.8179.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=48.47%
G=28.31%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813911400.420.520.0712.178.4869.02
HexEE8B7202A347c4e45
Octal35621316205264714116105
Binary111011101000101111100100101010110100111110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8B72; }

 p { color: rgb(238,139,114); }

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

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

 a { background-color: rgb(238,139,114); }

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

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

 span { border-color: rgb(238,139,114); }

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