Html Css Color HEX #EB8C7F Dark Salmon

📋 copy color: '#EB8C7F'

red 235 ◦ green 140 ◦ blue 127

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

Shades of Dark Salmon #EB8C7F

Tints of Dark Salmon #EB8C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.3%

R = 46.81%
G = 27.89%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB8C7F (or 0xEB8C7F) is known color: Dark Salmon. HEX triplet: EB, 8C and 7F. RGB value is (235,140,127). Sum of RGB (Red+Green+Blue) = 235+140+127=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C7F is #147380. Grayscale: #A7A7A7. Windows color (decimal): -1340289 or 8359147. OLE color: 8359147.

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

Color convert

RGB 235 140 127 -
CMYK 0 0.40 0.46 0.08
HSL 7.22º 0.73% 0.71% -
HSV(B) 7.22º 0.46% 0.92% -
XYZ 47.47 37.95 24.9 -
YUV 166.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 235 140 127 0 0.40 0.46 0.08 7.22 0.73 0.71
Hex EB 8C 7F 0 28 2E 8 7 49 47
Octal 353 214 177 0 50 56 10 7 111 107
Binary 11101011 10001100 1111111 0 101000 101110 1000 111 1001001 1000111

Color Harmonies of #EB8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C7F

Black with #EB8C7F

Text Example


Text Example

White with #EB8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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