#EE927B

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

Shades of Dark Salmon #EE927B

Tints of Dark Salmon #EE927B

Color information

#EE927B (or 0xEE927B) is unknown color: approx Dark Salmon. HEX triplet: EE, 92 and 7B. RGB value is (238,146,123). Sum of RGB (Red+Green+Blue) = 238+146+123=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927B is #116D84. Grayscale: #ABABAB. Windows color (decimal): -1142149 or 8098542. OLE color: 8098542.

HSL color Cylindrical-coordinate representation of color #EE927B: hue angle of 12º 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 #EE927B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB238146123-
CMYK00.390.480.07
HSL12º77.18%70.78%-
HSV(B)12º48.32%93.33%-
XYZ49.1140.1623.9-
YUV170.89100.98175.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=46.94%
G=28.80%
B=24.26%

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
Decimal23814612300.390.480.071277.1870.78
HexEE927B027307c4d47
Octal35622217304760714115107
Binary111011101001001011110110100111110000111110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE927B; }

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

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

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

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

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

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

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

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