Html Css Color HEX #EB946B Dark Salmon

📋 copy color: '#EB946B'

red 235 ◦ green 148 ◦ blue 107

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

Shades of Dark Salmon #EB946B

Tints of Dark Salmon #EB946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 47.96%
G = 30.2%
B = 21.84%

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

#EB946B (or 0xEB946B) is known color: Dark Salmon. HEX triplet: EB, 94 and 6B. RGB value is (235,148,107). Sum of RGB (Red+Green+Blue) = 235+148+107=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB946B is #146B94. Grayscale: #A9A9A9. Windows color (decimal): -1338261 or 7050475. OLE color: 7050475.

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

Color convert

RGB 235 148 107 -
CMYK 0 0.37 0.54 0.08
HSL 19.22º 0.76% 0.67% -
HSV(B) 19.22º 0.54% 0.92% -
XYZ 47.5 39.9 19.11 -
YUV 169.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 235 148 107 0 0.37 0.54 0.08 19.22 0.76 0.67
Hex EB 94 6B 0 25 36 8 13 4C 43
Octal 353 224 153 0 45 66 10 23 114 103
Binary 11101011 10010100 1101011 0 100101 110110 1000 10011 1001100 1000011

Color Harmonies of #EB946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB946B

Black with #EB946B

Text Example


Text Example

White with #EB946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB946B; }

 p { color: rgb(235,148,107); }

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

background-color css

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

 a { background-color: rgb(235,148,107); }

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

border-color css

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

 span { border-color: rgb(235,148,107); }

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