Html Css Color HEX #EB906C Dark Salmon

📋 copy color: '#EB906C'

red 235 ◦ green 144 ◦ blue 108

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

Shades of Dark Salmon #EB906C

Tints of Dark Salmon #EB906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

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

R = 48.25%
G = 29.57%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB906C (or 0xEB906C) is known color: Dark Salmon. HEX triplet: EB, 90 and 6C. RGB value is (235,144,108). Sum of RGB (Red+Green+Blue) = 235+144+108=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB906C is #146F93. Grayscale: #A7A7A7. Windows color (decimal): -1339284 or 7114987. OLE color: 7114987.

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

Color convert

RGB 235 144 108 -
CMYK 0 0.39 0.54 0.08
HSL 17.01º 0.76% 0.67% -
HSV(B) 17.01º 0.54% 0.92% -
XYZ 46.94 38.69 19.18 -
YUV 167.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 235 144 108 0 0.39 0.54 0.08 17.01 0.76 0.67
Hex EB 90 6C 0 27 36 8 11 4C 43
Octal 353 220 154 0 47 66 10 21 114 103
Binary 11101011 10010000 1101100 0 100111 110110 1000 10001 1001100 1000011

Color Harmonies of #EB906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB906C

Black with #EB906C

Text Example


Text Example

White with #EB906C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB906C; }

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

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

background-color css

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

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

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

border-color css

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

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

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