#EA9B7B

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

Shades of Dark Salmon #EA9B7B

Tints of Dark Salmon #EA9B7B

Color information

#EA9B7B (or 0xEA9B7B) is unknown color: approx Dark Salmon. HEX triplet: EA, 9B and 7B. RGB value is (234,155,123). Sum of RGB (Red+Green+Blue) = 234+155+123=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B7B is #156484. Grayscale: #AFAFAF. Windows color (decimal): -1401989 or 8100842. OLE color: 8100842.

HSL color Cylindrical-coordinate representation of color #EA9B7B: hue angle of 17.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA9B7B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234155123-
CMYK00.340.470.08
HSL17.3º72.55%70%-
HSV(B)17.3º47.44%91.76%-
XYZ49.2342.3724.32-
YUV174.9798.67170.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=45.70%
G=30.27%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415512300.340.470.0817.372.5570
HexEA9B7B0222F8114946
Octal352233173042571021111106
Binary11101010100110111111011010001010111110001000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B7B; }

 p { color: rgb(234,155,123); }

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

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

 a { background-color: rgb(234,155,123); }

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

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

 span { border-color: rgb(234,155,123); }

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