Html Css Color HEX #EB8C78 Dark Salmon

📋 copy color: '#EB8C78'

red 235 ◦ green 140 ◦ blue 120

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

Shades of Dark Salmon #EB8C78

Tints of Dark Salmon #EB8C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 47.47%
G = 28.28%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB8C78 (or 0xEB8C78) is known color: Dark Salmon. HEX triplet: EB, 8C and 78. RGB value is (235,140,120). Sum of RGB (Red+Green+Blue) = 235+140+120=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C78 is #147387. Grayscale: #A6A6A6. Windows color (decimal): -1340296 or 7900395. OLE color: 7900395.

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

Color convert

RGB 235 140 120 -
CMYK 0 0.40 0.49 0.08
HSL 10.43º 0.74% 0.7% -
HSV(B) 10.43º 0.49% 0.92% -
XYZ 47.03 37.77 22.58 -
YUV 166.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 235 140 120 0 0.40 0.49 0.08 10.43 0.74 0.7
Hex EB 8C 78 0 28 31 8 A 4A 46
Octal 353 214 170 0 50 61 10 12 112 106
Binary 11101011 10001100 1111000 0 101000 110001 1000 1010 1001010 1000110

Color Harmonies of #EB8C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C78

Black with #EB8C78

Text Example


Text Example

White with #EB8C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C78; }

 p { color: rgb(235,140,120); }

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

background-color css

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

 a { background-color: rgb(235,140,120); }

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

border-color css

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

 span { border-color: rgb(235,140,120); }

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