#E69381

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

Shades of Dark Salmon #E69381

Tints of Dark Salmon #E69381

Color information

#E69381 (or 0xE69381) is unknown color: approx Dark Salmon. HEX triplet: E6, 93 and 81. RGB value is (230,147,129). Sum of RGB (Red+Green+Blue) = 230+147+129=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E69381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69381 is #196C7E. Grayscale: #A9A9A9. Windows color (decimal): -1666175 or 8492006. OLE color: 8492006.

HSL color Cylindrical-coordinate representation of color #E69381: hue angle of 10.69º 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 #E69381 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230147129-
CMYK00.360.440.10
HSL10.69º66.89%70.39%-
HSV(B)10.69º43.91%90.2%-
XYZ47.0339.2825.87-
YUV169.76105170.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=45.45%
G=29.05%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014712900.360.440.1010.6966.8970.39
HexE693810242CAb4346
Octal346223201044541213103106
Binary11100110100100111000000101001001011001010101110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69381; }

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

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

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

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

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

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

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

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