Html Css Color HEX #EB8C73 Dark Salmon

📋 copy color: '#EB8C73'

red 235 ◦ green 140 ◦ blue 115

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

Shades of Dark Salmon #EB8C73

Tints of Dark Salmon #EB8C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 47.96%
G = 28.57%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB8C73 (or 0xEB8C73) is known color: Dark Salmon. HEX triplet: EB, 8C and 73. RGB value is (235,140,115). Sum of RGB (Red+Green+Blue) = 235+140+115=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C73 is #14738C. Grayscale: #A5A5A5. Windows color (decimal): -1340301 or 7572715. OLE color: 7572715.

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

Color convert

RGB 235 140 115 -
CMYK 0 0.40 0.51 0.08
HSL 12.5º 0.75% 0.69% -
HSV(B) 12.5º 0.51% 0.92% -
XYZ 46.73 37.66 21.02 -
YUV 165.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 235 140 115 0 0.40 0.51 0.08 12.5 0.75 0.69
Hex EB 8C 73 0 28 33 8 C 4B 45
Octal 353 214 163 0 50 63 10 14 113 105
Binary 11101011 10001100 1110011 0 101000 110011 1000 1100 1001011 1000101

Color Harmonies of #EB8C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C73

Black with #EB8C73

Text Example


Text Example

White with #EB8C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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