#EA8A7B

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

Shades of Dark Salmon #EA8A7B

Tints of Dark Salmon #EA8A7B

Color information

#EA8A7B (or 0xEA8A7B) is unknown color: approx Dark Salmon. HEX triplet: EA, 8A and 7B. RGB value is (234,138,123). Sum of RGB (Red+Green+Blue) = 234+138+123=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A7B is #157584. Grayscale: #A5A5A5. Windows color (decimal): -1406341 or 8096490. OLE color: 8096490.

HSL color Cylindrical-coordinate representation of color #EA8A7B: hue angle of 8.11º 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 #EA8A7B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234138123-
CMYK00.410.470.08
HSL8.11º72.55%70%-
HSV(B)8.11º47.44%91.76%-
XYZ46.637.123.44-
YUV164.99104.3177.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=47.27%
G=27.88%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413812300.410.470.088.1172.5570
HexEA8A7B0292F884946
Octal352212173051571010111106
Binary1110101010001010111101101010011011111000100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A7B; }

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

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

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

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

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

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

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

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