Html Css Color HEX #EB956C Dark Salmon

📋 copy color: '#EB956C'

red 235 ◦ green 149 ◦ blue 108

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

Shades of Dark Salmon #EB956C

Tints of Dark Salmon #EB956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

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

R = 47.76%
G = 30.28%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB956C (or 0xEB956C) is known color: Dark Salmon. HEX triplet: EB, 95 and 6C. RGB value is (235,149,108). Sum of RGB (Red+Green+Blue) = 235+149+108=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB956C is #146A93. Grayscale: #AAAAAA. Windows color (decimal): -1338004 or 7116267. OLE color: 7116267.

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

Color convert

RGB 235 149 108 -
CMYK 0 0.37 0.54 0.08
HSL 19.37º 0.76% 0.67% -
HSV(B) 19.37º 0.54% 0.92% -
XYZ 47.72 40.24 19.44 -
YUV 170.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 235 149 108 0 0.37 0.54 0.08 19.37 0.76 0.67
Hex EB 95 6C 0 25 36 8 13 4C 43
Octal 353 225 154 0 45 66 10 23 114 103
Binary 11101011 10010101 1101100 0 100101 110110 1000 10011 1001100 1000011

Color Harmonies of #EB956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB956C

Black with #EB956C

Text Example


Text Example

White with #EB956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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