Html Css Color HEX #EF907C Dark Salmon

📋 copy color: '#EF907C'

red 239 ◦ green 144 ◦ blue 124

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

Shades of Dark Salmon #EF907C

Tints of Dark Salmon #EF907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 47.14%
G = 28.4%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF907C (or 0xEF907C) is known color: Dark Salmon. HEX triplet: EF, 90 and 7C. RGB value is (239,144,124). Sum of RGB (Red+Green+Blue) = 239+144+124=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF907C is #106F83. Grayscale: #AAAAAA. Windows color (decimal): -1077124 or 8163567. OLE color: 8163567.

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

Color convert

RGB 239 144 124 -
CMYK 0 0.40 0.48 0.06
HSL 10.43º 0.78% 0.71% -
HSV(B) 10.43º 0.48% 0.94% -
XYZ 49.21 39.75 24.15 -
YUV 170.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 239 144 124 0 0.40 0.48 0.06 10.43 0.78 0.71
Hex EF 90 7C 0 28 30 6 A 4E 47
Octal 357 220 174 0 50 60 6 12 116 107
Binary 11101111 10010000 1111100 0 101000 110000 110 1010 1001110 1000111

Color Harmonies of #EF907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF907C

Black with #EF907C

Text Example


Text Example

White with #EF907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF907C; }

 p { color: rgb(239,144,124); }

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

background-color css

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

 a { background-color: rgb(239,144,124); }

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

border-color css

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

 span { border-color: rgb(239,144,124); }

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