Html Css Color HEX #EB8F70 Dark Salmon

📋 copy color: '#EB8F70'

red 235 ◦ green 143 ◦ blue 112

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

Shades of Dark Salmon #EB8F70

Tints of Dark Salmon #EB8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 47.96%
G = 29.18%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB8F70 (or 0xEB8F70) is known color: Dark Salmon. HEX triplet: EB, 8F and 70. RGB value is (235,143,112). Sum of RGB (Red+Green+Blue) = 235+143+112=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F70 is #14708F. Grayscale: #A7A7A7. Windows color (decimal): -1339536 or 7376875. OLE color: 7376875.

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

Color convert

RGB 235 143 112 -
CMYK 0 0.39 0.52 0.08
HSL 15.12º 0.75% 0.68% -
HSV(B) 15.12º 0.52% 0.92% -
XYZ 47.01 38.48 20.28 -
YUV 166.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 235 143 112 0 0.39 0.52 0.08 15.12 0.75 0.68
Hex EB 8F 70 0 27 34 8 F 4B 44
Octal 353 217 160 0 47 64 10 17 113 104
Binary 11101011 10001111 1110000 0 100111 110100 1000 1111 1001011 1000100

Color Harmonies of #EB8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8F70

Black with #EB8F70

Text Example


Text Example

White with #EB8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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