Html Css Color HEX #EF9F7B Dark Salmon

📋 copy color: '#EF9F7B'

red 239 ◦ green 159 ◦ blue 123

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

Shades of Dark Salmon #EF9F7B

Tints of Dark Salmon #EF9F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

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

R = 45.87%
G = 30.52%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9F7B (or 0xEF9F7B) is known color: Dark Salmon. HEX triplet: EF, 9F and 7B. RGB value is (239,159,123). Sum of RGB (Red+Green+Blue) = 239+159+123=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F7B is #106084. Grayscale: #B3B3B3. Windows color (decimal): -1073285 or 8101871. OLE color: 8101871.

HSL color Cylindrical-coordinate representation of color #EF9F7B: hue angle of 18.62º 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 #EF9F7B is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 123 -
CMYK 0 0.33 0.49 0.06
HSL 18.62º 0.78% 0.71% -
HSV(B) 18.62º 0.49% 0.94% -
XYZ 51.57 44.58 24.63 -
YUV 178.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 239 159 123 0 0.33 0.49 0.06 18.62 0.78 0.71
Hex EF 9F 7B 0 21 31 6 13 4E 47
Octal 357 237 173 0 41 61 6 23 116 107
Binary 11101111 10011111 1111011 0 100001 110001 110 10011 1001110 1000111

Color Harmonies of #EF9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F7B

Black with #EF9F7B

Text Example


Text Example

White with #EF9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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