Html Css Color HEX #EB9A7C Dark Salmon

📋 copy color: '#EB9A7C'

red 235 ◦ green 154 ◦ blue 124

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

Shades of Dark Salmon #EB9A7C

Tints of Dark Salmon #EB9A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 45.81%
G = 30.02%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB9A7C (or 0xEB9A7C) is known color: Dark Salmon. HEX triplet: EB, 9A and 7C. RGB value is (235,154,124). Sum of RGB (Red+Green+Blue) = 235+154+124=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A7C is #146583. Grayscale: #AFAFAF. Windows color (decimal): -1336708 or 8166123. OLE color: 8166123.

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

Color convert

RGB 235 154 124 -
CMYK 0 0.34 0.47 0.08
HSL 16.22º 0.74% 0.7% -
HSV(B) 16.22º 0.47% 0.92% -
XYZ 49.45 42.23 24.61 -
YUV 174.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 235 154 124 0 0.34 0.47 0.08 16.22 0.74 0.7
Hex EB 9A 7C 0 22 2F 8 10 4A 46
Octal 353 232 174 0 42 57 10 20 112 106
Binary 11101011 10011010 1111100 0 100010 101111 1000 10000 1001010 1000110

Color Harmonies of #EB9A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A7C

Black with #EB9A7C

Text Example


Text Example

White with #EB9A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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