Html Css Color HEX #EB8D6E Dark Salmon

📋 copy color: '#EB8D6E'

red 235 ◦ green 141 ◦ blue 110

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

Shades of Dark Salmon #EB8D6E

Tints of Dark Salmon #EB8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 48.35%
G = 29.01%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB8D6E (or 0xEB8D6E) is known color: Dark Salmon. HEX triplet: EB, 8D and 6E. RGB value is (235,141,110). Sum of RGB (Red+Green+Blue) = 235+141+110=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D6E is #147291. Grayscale: #A5A5A5. Windows color (decimal): -1340050 or 7245291. OLE color: 7245291.

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

Color convert

RGB 235 141 110 -
CMYK 0 0.4 0.53 0.08
HSL 14.88º 0.76% 0.68% -
HSV(B) 14.88º 0.53% 0.92% -
XYZ 46.6 37.84 19.6 -
YUV 165.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 235 141 110 0 0.4 0.53 0.08 14.88 0.76 0.68
Hex EB 8D 6E 0 28 35 8 F 4C 44
Octal 353 215 156 0 50 65 10 17 114 104
Binary 11101011 10001101 1101110 0 101000 110101 1000 1111 1001100 1000100

Color Harmonies of #EB8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D6E

Black with #EB8D6E

Text Example


Text Example

White with #EB8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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