#EA8F7F

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

Shades of Dark Salmon #EA8F7F

Tints of Dark Salmon #EA8F7F

Color information

#EA8F7F (or 0xEA8F7F) is unknown color: approx Dark Salmon. HEX triplet: EA, 8F and 7F. RGB value is (234,143,127). Sum of RGB (Red+Green+Blue) = 234+143+127=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F7F is #157080. Grayscale: #A8A8A8. Windows color (decimal): -1405057 or 8359914. OLE color: 8359914.

HSL color Cylindrical-coordinate representation of color #EA8F7F: hue angle of 8.97º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA8F7F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234143127-
CMYK00.390.460.08
HSL8.97º71.81%70.78%-
HSV(B)8.97º45.73%91.76%-
XYZ47.5838.6725.03-
YUV168.38104.65174.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.43%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 127 (50% from 255) = 25.20%
R=46.43%
G=28.37%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414312700.390.460.088.9771.8170.78
HexEA8F7F0272E894847
Octal352217177047561011110107
Binary1110101010001111111111101001111011101000100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F7F; }

 p { color: rgb(234,143,127); }

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

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

 a { background-color: rgb(234,143,127); }

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

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

 span { border-color: rgb(234,143,127); }

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