Html Css Color HEX #EF917A Dark Salmon

📋 copy color: '#EF917A'

red 239 ◦ green 145 ◦ blue 122

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

Shades of Dark Salmon #EF917A

Tints of Dark Salmon #EF917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

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

R = 47.23%
G = 28.66%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF917A (or 0xEF917A) is known color: Dark Salmon. HEX triplet: EF, 91 and 7A. RGB value is (239,145,122). Sum of RGB (Red+Green+Blue) = 239+145+122=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF917A is #106E85. Grayscale: #AAAAAA. Windows color (decimal): -1076870 or 8032751. OLE color: 8032751.

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

Color convert

RGB 239 145 122 -
CMYK 0 0.39 0.49 0.06
HSL 11.79º 0.79% 0.71% -
HSV(B) 11.79º 0.49% 0.94% -
XYZ 49.23 40.01 23.54 -
YUV 170.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 239 145 122 0 0.39 0.49 0.06 11.79 0.79 0.71
Hex EF 91 7A 0 27 31 6 C 4F 47
Octal 357 221 172 0 47 61 6 14 117 107
Binary 11101111 10010001 1111010 0 100111 110001 110 1100 1001111 1000111

Color Harmonies of #EF917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF917A

Black with #EF917A

Text Example


Text Example

White with #EF917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF917A; }

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

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

background-color css

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

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

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

border-color css

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

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

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