#EE907B

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

Shades of Dark Salmon #EE907B

Tints of Dark Salmon #EE907B

Color information

#EE907B (or 0xEE907B) is unknown color: approx Dark Salmon. HEX triplet: EE, 90 and 7B. RGB value is (238,144,123). Sum of RGB (Red+Green+Blue) = 238+144+123=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE907B is #116F84. Grayscale: #A9A9A9. Windows color (decimal): -1142661 or 8098030. OLE color: 8098030.

HSL color Cylindrical-coordinate representation of color #EE907B: hue angle of 10.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE907B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238144123-
CMYK00.390.480.07
HSL10.96º77.18%70.78%-
HSV(B)10.96º48.32%93.33%-
XYZ48.8139.5523.8-
YUV169.71101.64176.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=47.13%
G=28.51%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814412300.390.480.0710.9677.1870.78
HexEE907B027307b4d47
Octal35622017304760713115107
Binary111011101001000011110110100111110000111101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE907B; }

 p { color: rgb(238,144,123); }

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

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

 a { background-color: rgb(238,144,123); }

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

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

 span { border-color: rgb(238,144,123); }

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