Html Css Color HEX #EF947A Dark Salmon

📋 copy color: '#EF947A'

red 239 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #EF947A

Tints of Dark Salmon #EF947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

 BLUE value IS 122 (48.05% from 255) = 23.97%

R = 46.95%
G = 29.08%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF947A (or 0xEF947A) is known color: Dark Salmon. HEX triplet: EF, 94 and 7A. RGB value is (239,148,122). Sum of RGB (Red+Green+Blue) = 239+148+122=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947A is #106B85. Grayscale: #ACACAC. Windows color (decimal): -1076102 or 8033519. OLE color: 8033519.

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

Color convert

RGB 239 148 122 -
CMYK 0 0.38 0.49 0.06
HSL 13.33º 0.79% 0.71% -
HSV(B) 13.33º 0.49% 0.94% -
XYZ 49.7 40.94 23.69 -
YUV 172.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 239 148 122 0 0.38 0.49 0.06 13.33 0.79 0.71
Hex EF 94 7A 0 26 31 6 D 4F 47
Octal 357 224 172 0 46 61 6 15 117 107
Binary 11101111 10010100 1111010 0 100110 110001 110 1101 1001111 1000111

Color Harmonies of #EF947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF947A

Black with #EF947A

Text Example


Text Example

White with #EF947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF947A; }

 p { color: rgb(239,148,122); }

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

background-color css

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

 a { background-color: rgb(239,148,122); }

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

border-color css

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

 span { border-color: rgb(239,148,122); }

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