#E09275

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

Shades of Dark Salmon #E09275

Tints of Dark Salmon #E09275

Color information

#E09275 (or 0xE09275) is unknown color: approx Dark Salmon. HEX triplet: E0, 92 and 75. RGB value is (224,146,117). Sum of RGB (Red+Green+Blue) = 224+146+117=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E09275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09275 is #1F6D8A. Grayscale: #A6A6A6. Windows color (decimal): -2059659 or 7705312. OLE color: 7705312.

HSL color Cylindrical-coordinate representation of color #E09275: hue angle of 16.26º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09275 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224146117-
CMYK00.350.480.12
HSL16.26º63.31%66.86%-
HSV(B)16.26º47.77%87.84%-
XYZ44.2337.6921.77-
YUV166.02100.34169.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=46.00%
G=29.98%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414611700.350.480.1216.2663.3166.86
HexE0927502330C103f43
Octal34022216504360142077103
Binary1110000010010010111010101000111100001100100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09275; }

 p { color: rgb(224,146,117); }

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

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

 a { background-color: rgb(224,146,117); }

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

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

 span { border-color: rgb(224,146,117); }

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