Html Css Color HEX #EF9B7B Dark Salmon

📋 copy color: '#EF9B7B'

red 239 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #EF9B7B

Tints of Dark Salmon #EF9B7B

RGB

 RED value IS 239 (93.75% from 255) = 46.23%

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 46.23%
G = 29.98%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9B7B (or 0xEF9B7B) is known color: Dark Salmon. HEX triplet: EF, 9B and 7B. RGB value is (239,155,123). Sum of RGB (Red+Green+Blue) = 239+155+123=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B7B is #106484. Grayscale: #B0B0B0. Windows color (decimal): -1074309 or 8100847. OLE color: 8100847.

HSL color Cylindrical-coordinate representation of color #EF9B7B: hue angle of 16.55º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF9B7B is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 155 123 -
CMYK 0 0.35 0.49 0.06
HSL 16.55º 0.78% 0.71% -
HSV(B) 16.55º 0.49% 0.94% -
XYZ 50.89 43.22 24.4 -
YUV 176.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 239 155 123 0 0.35 0.49 0.06 16.55 0.78 0.71
Hex EF 9B 7B 0 23 31 6 11 4E 47
Octal 357 233 173 0 43 61 6 21 116 107
Binary 11101111 10011011 1111011 0 100011 110001 110 10001 1001110 1000111

Color Harmonies of #EF9B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9B7B

Black with #EF9B7B

Text Example


Text Example

White with #EF9B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9B7B; }

 p { color: rgb(239,155,123); }

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

background-color css

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

 a { background-color: rgb(239,155,123); }

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

border-color css

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

 span { border-color: rgb(239,155,123); }

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