Html Css Color HEX #EB8B6E Dark Salmon

📋 copy color: '#EB8B6E'

red 235 ◦ green 139 ◦ blue 110

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

Shades of Dark Salmon #EB8B6E

Tints of Dark Salmon #EB8B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 48.55%
G = 28.72%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB8B6E (or 0xEB8B6E) is known color: Dark Salmon. HEX triplet: EB, 8B and 6E. RGB value is (235,139,110). Sum of RGB (Red+Green+Blue) = 235+139+110=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B6E is #147491. Grayscale: #A4A4A4. Windows color (decimal): -1340562 or 7244779. OLE color: 7244779.

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

Color convert

RGB 235 139 110 -
CMYK 0 0.41 0.53 0.08
HSL 13.92º 0.76% 0.68% -
HSV(B) 13.92º 0.53% 0.92% -
XYZ 46.31 37.25 19.5 -
YUV 164.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 235 139 110 0 0.41 0.53 0.08 13.92 0.76 0.68
Hex EB 8B 6E 0 29 35 8 E 4C 44
Octal 353 213 156 0 51 65 10 16 114 104
Binary 11101011 10001011 1101110 0 101001 110101 1000 1110 1001100 1000100

Color Harmonies of #EB8B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B6E

Black with #EB8B6E

Text Example


Text Example

White with #EB8B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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