Html Css Color HEX #EB8A6D Dark Salmon

📋 copy color: '#EB8A6D'

red 235 ◦ green 138 ◦ blue 109

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

Shades of Dark Salmon #EB8A6D

Tints of Dark Salmon #EB8A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 48.76%
G = 28.63%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB8A6D (or 0xEB8A6D) is known color: Dark Salmon. HEX triplet: EB, 8A and 6D. RGB value is (235,138,109). Sum of RGB (Red+Green+Blue) = 235+138+109=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A6D is #147592. Grayscale: #A3A3A3. Windows color (decimal): -1340819 or 7178987. OLE color: 7178987.

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

Color convert

RGB 235 138 109 -
CMYK 0 0.41 0.54 0.08
HSL 13.81º 0.76% 0.67% -
HSV(B) 13.81º 0.54% 0.92% -
XYZ 46.11 36.94 19.17 -
YUV 163.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 235 138 109 0 0.41 0.54 0.08 13.81 0.76 0.67
Hex EB 8A 6D 0 29 36 8 E 4C 43
Octal 353 212 155 0 51 66 10 16 114 103
Binary 11101011 10001010 1101101 0 101001 110110 1000 1110 1001100 1000011

Color Harmonies of #EB8A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A6D

Black with #EB8A6D

Text Example


Text Example

White with #EB8A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A6D; }

 p { color: rgb(235,138,109); }

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

background-color css

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

 a { background-color: rgb(235,138,109); }

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

border-color css

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

 span { border-color: rgb(235,138,109); }

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