Html Css Color HEX #EB936E Dark Salmon

📋 copy color: '#EB936E'

red 235 ◦ green 147 ◦ blue 110

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

Shades of Dark Salmon #EB936E

Tints of Dark Salmon #EB936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

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

R = 47.76%
G = 29.88%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB936E (or 0xEB936E) is known color: Dark Salmon. HEX triplet: EB, 93 and 6E. RGB value is (235,147,110). Sum of RGB (Red+Green+Blue) = 235+147+110=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB936E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB936E is #146C91. Grayscale: #A9A9A9. Windows color (decimal): -1338514 or 7246827. OLE color: 7246827.

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

Color convert

RGB 235 147 110 -
CMYK 0 0.37 0.53 0.08
HSL 17.76º 0.76% 0.68% -
HSV(B) 17.76º 0.53% 0.92% -
XYZ 47.51 39.66 19.9 -
YUV 169.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 235 147 110 0 0.37 0.53 0.08 17.76 0.76 0.68
Hex EB 93 6E 0 25 35 8 12 4C 44
Octal 353 223 156 0 45 65 10 22 114 104
Binary 11101011 10010011 1101110 0 100101 110101 1000 10010 1001100 1000100

Color Harmonies of #EB936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB936E

Black with #EB936E

Text Example


Text Example

White with #EB936E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB936E; }

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

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

background-color css

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

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

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

border-color css

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

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

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