Html Css Color HEX #EB8C6E Dark Salmon

📋 copy color: '#EB8C6E'

red 235 ◦ green 140 ◦ blue 110

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

Shades of Dark Salmon #EB8C6E

Tints of Dark Salmon #EB8C6E

RGB

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

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

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

R = 48.45%
G = 28.87%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB8C6E (or 0xEB8C6E) is known color: Dark Salmon. HEX triplet: EB, 8C and 6E. RGB value is (235,140,110). Sum of RGB (Red+Green+Blue) = 235+140+110=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C6E is #147391. Grayscale: #A5A5A5. Windows color (decimal): -1340306 or 7245035. OLE color: 7245035.

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

Color convert

RGB 235 140 110 -
CMYK 0 0.40 0.53 0.08
HSL 14.4º 0.76% 0.68% -
HSV(B) 14.4º 0.53% 0.92% -
XYZ 46.45 37.54 19.55 -
YUV 164.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 235 140 110 0 0.40 0.53 0.08 14.4 0.76 0.68
Hex EB 8C 6E 0 28 35 8 E 4C 44
Octal 353 214 156 0 50 65 10 16 114 104
Binary 11101011 10001100 1101110 0 101000 110101 1000 1110 1001100 1000100

Color Harmonies of #EB8C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C6E

Black with #EB8C6E

Text Example


Text Example

White with #EB8C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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