Html Css Color HEX #EF9A7B Dark Salmon

📋 copy color: '#EF9A7B'

red 239 ◦ green 154 ◦ blue 123

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

Shades of Dark Salmon #EF9A7B

Tints of Dark Salmon #EF9A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

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

R = 46.32%
G = 29.84%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF9A7B (or 0xEF9A7B) is known color: Dark Salmon. HEX triplet: EF, 9A and 7B. RGB value is (239,154,123). Sum of RGB (Red+Green+Blue) = 239+154+123=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A7B is #106584. Grayscale: #B0B0B0. Windows color (decimal): -1074565 or 8100591. OLE color: 8100591.

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

Color convert

RGB 239 154 123 -
CMYK 0 0.36 0.49 0.06
HSL 16.03º 0.78% 0.71% -
HSV(B) 16.03º 0.49% 0.94% -
XYZ 50.73 42.89 24.34 -
YUV 175.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 239 154 123 0 0.36 0.49 0.06 16.03 0.78 0.71
Hex EF 9A 7B 0 24 31 6 10 4E 47
Octal 357 232 173 0 44 61 6 20 116 107
Binary 11101111 10011010 1111011 0 100100 110001 110 10000 1001110 1000111

Color Harmonies of #EF9A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9A7B

Black with #EF9A7B

Text Example


Text Example

White with #EF9A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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