Html Css Color HEX #EB8C6C Dark Salmon

📋 copy color: '#EB8C6C'

red 235 ◦ green 140 ◦ blue 108

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

Shades of Dark Salmon #EB8C6C

Tints of Dark Salmon #EB8C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 48.65%
G = 28.99%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB8C6C (or 0xEB8C6C) is known color: Dark Salmon. HEX triplet: EB, 8C and 6C. RGB value is (235,140,108). Sum of RGB (Red+Green+Blue) = 235+140+108=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C6C is #147393. Grayscale: #A4A4A4. Windows color (decimal): -1340308 or 7113963. OLE color: 7113963.

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

Color convert

RGB 235 140 108 -
CMYK 0 0.40 0.54 0.08
HSL 15.12º 0.76% 0.67% -
HSV(B) 15.12º 0.54% 0.92% -
XYZ 46.35 37.5 18.98 -
YUV 164.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 235 140 108 0 0.40 0.54 0.08 15.12 0.76 0.67
Hex EB 8C 6C 0 28 36 8 F 4C 43
Octal 353 214 154 0 50 66 10 17 114 103
Binary 11101011 10001100 1101100 0 101000 110110 1000 1111 1001100 1000011

Color Harmonies of #EB8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C6C

Black with #EB8C6C

Text Example


Text Example

White with #EB8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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