#E69281

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

Shades of Dark Salmon #E69281

Tints of Dark Salmon #E69281

Color information

#E69281 (or 0xE69281) is unknown color: approx Dark Salmon. HEX triplet: E6, 92 and 81. RGB value is (230,146,129). Sum of RGB (Red+Green+Blue) = 230+146+129=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E69281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69281 is #196D7E. Grayscale: #A9A9A9. Windows color (decimal): -1666431 or 8491750. OLE color: 8491750.

HSL color Cylindrical-coordinate representation of color #E69281: hue angle of 10.1º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69281 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230146129-
CMYK00.370.440.10
HSL10.1º66.89%70.39%-
HSV(B)10.1º43.91%90.2%-
XYZ46.8738.9725.82-
YUV169.18105.33171.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=45.54%
G=28.91%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014612900.370.440.1010.166.8970.39
HexE692810252CAa4346
Octal346222201045541212103106
Binary11100110100100101000000101001011011001010101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69281; }

 p { color: rgb(230,146,129); }

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

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

 a { background-color: rgb(230,146,129); }

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

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

 span { border-color: rgb(230,146,129); }

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