Html Css Color HEX #EB8F6E Dark Salmon

📋 copy color: '#EB8F6E'

red 235 ◦ green 143 ◦ blue 110

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

Shades of Dark Salmon #EB8F6E

Tints of Dark Salmon #EB8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 48.16%
G = 29.3%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB8F6E (or 0xEB8F6E) is known color: Dark Salmon. HEX triplet: EB, 8F and 6E. RGB value is (235,143,110). Sum of RGB (Red+Green+Blue) = 235+143+110=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F6E is #147091. Grayscale: #A6A6A6. Windows color (decimal): -1339538 or 7245803. OLE color: 7245803.

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

Color convert

RGB 235 143 110 -
CMYK 0 0.39 0.53 0.08
HSL 15.84º 0.76% 0.68% -
HSV(B) 15.84º 0.53% 0.92% -
XYZ 46.9 38.43 19.7 -
YUV 166.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 235 143 110 0 0.39 0.53 0.08 15.84 0.76 0.68
Hex EB 8F 6E 0 27 35 8 10 4C 44
Octal 353 217 156 0 47 65 10 20 114 104
Binary 11101011 10001111 1101110 0 100111 110101 1000 10000 1001100 1000100

Color Harmonies of #EB8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F6E

Black with #EB8F6E

Text Example


Text Example

White with #EB8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F6E; }

 p { color: rgb(235,143,110); }

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

background-color css

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

 a { background-color: rgb(235,143,110); }

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

border-color css

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

 span { border-color: rgb(235,143,110); }

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