#EB907A

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

Shades of Dark Salmon #EB907A

Tints of Dark Salmon #EB907A

Color information

#EB907A (or 0xEB907A) is unknown color: approx Dark Salmon. HEX triplet: EB, 90 and 7A. RGB value is (235,144,122). Sum of RGB (Red+Green+Blue) = 235+144+122=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB907A is #146F85. Grayscale: #A8A8A8. Windows color (decimal): -1339270 or 8032491. OLE color: 8032491.

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

Color convert

RGB235144122-
CMYK00.390.480.08
HSL11.68º73.86%70%-
HSV(B)11.68º48.09%92.16%-
XYZ47.7539.0123.43-
YUV168.7101.65175.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=46.91%
G=28.74%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514412200.390.480.0811.6873.8670
HexEB907A027308c4a46
Octal353220172047601014112106
Binary1110101110010000111101001001111100001000110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB907A; }

 p { color: rgb(235,144,122); }

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

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

 a { background-color: rgb(235,144,122); }

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

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

 span { border-color: rgb(235,144,122); }

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