Html Css Color HEX #EB907C Dark Salmon

📋 copy color: '#EB907C'

red 235 ◦ green 144 ◦ blue 124

#EB907C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EB907C

Tints of Dark Salmon #EB907C

RGB

 RED value IS 235 (92.19% from 255) = 46.72%

 GREEN value IS 144 (56.64% from 255) = 28.63%

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 46.72%
G = 28.63%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB907C (or 0xEB907C) is known color: Dark Salmon. HEX triplet: EB, 90 and 7C. RGB value is (235,144,124). Sum of RGB (Red+Green+Blue) = 235+144+124=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB907C is #146F83. Grayscale: #A9A9A9. Windows color (decimal): -1339268 or 8163563. OLE color: 8163563.

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

Color convert

RGB 235 144 124 -
CMYK 0 0.39 0.47 0.08
HSL 10.81º 0.74% 0.7% -
HSV(B) 10.81º 0.47% 0.92% -
XYZ 47.87 39.06 24.09 -
YUV 168.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 235 144 124 0 0.39 0.47 0.08 10.81 0.74 0.7
Hex EB 90 7C 0 27 2F 8 B 4A 46
Octal 353 220 174 0 47 57 10 13 112 106
Binary 11101011 10010000 1111100 0 100111 101111 1000 1011 1001010 1000110

Color Harmonies of #EB907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB907C

Black with #EB907C

Text Example


Text Example

White with #EB907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB907C; }

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

 H1.HeaderClassName
 {
   color: #EB907C;
 }
 .AnyTagClassName
 {
   color: #EB907C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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