Html Css Color HEX #EB8C70 Dark Salmon

📋 copy color: '#EB8C70'

red 235 ◦ green 140 ◦ blue 112

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

Shades of Dark Salmon #EB8C70

Tints of Dark Salmon #EB8C70

RGB

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

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

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

R = 48.25%
G = 28.75%
B = 23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB8C70 (or 0xEB8C70) is known color: Dark Salmon. HEX triplet: EB, 8C and 70. RGB value is (235,140,112). Sum of RGB (Red+Green+Blue) = 235+140+112=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C70 is #14738F. Grayscale: #A5A5A5. Windows color (decimal): -1340304 or 7376107. OLE color: 7376107.

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

Color convert

RGB 235 140 112 -
CMYK 0 0.40 0.52 0.08
HSL 13.66º 0.75% 0.68% -
HSV(B) 13.66º 0.52% 0.92% -
XYZ 46.56 37.59 20.13 -
YUV 165.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 235 140 112 0 0.40 0.52 0.08 13.66 0.75 0.68
Hex EB 8C 70 0 28 34 8 E 4B 44
Octal 353 214 160 0 50 64 10 16 113 104
Binary 11101011 10001100 1110000 0 101000 110100 1000 1110 1001011 1000100

Color Harmonies of #EB8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C70

Black with #EB8C70

Text Example


Text Example

White with #EB8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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