#E98F6C

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

Shades of Dark Salmon #E98F6C

Tints of Dark Salmon #E98F6C

Color information

#E98F6C (or 0xE98F6C) is unknown color: approx Dark Salmon. HEX triplet: E9, 8F and 6C. RGB value is (233,143,108). Sum of RGB (Red+Green+Blue) = 233+143+108=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F6C is #167093. Grayscale: #A6A6A6. Windows color (decimal): -1470612 or 7114729. OLE color: 7114729.

HSL color Cylindrical-coordinate representation of color #E98F6C: hue angle of 16.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E98F6C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB233143108-
CMYK00.390.540.09
HSL16.8º73.96%66.86%-
HSV(B)16.8º53.65%91.37%-
XYZ46.1338.0519.1-
YUV165.9295.32175.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=48.14%
G=29.55%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314310800.390.540.0916.873.9666.86
HexE98F6C027369114a43
Octal351217154047661121112103
Binary11101001100011111101100010011111011010011000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98F6C; }

 p { color: rgb(233,143,108); }

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

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

 a { background-color: rgb(233,143,108); }

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

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

 span { border-color: rgb(233,143,108); }

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