Html Css Color HEX #EF997F Dark Salmon

📋 copy color: '#EF997F'

red 239 ◦ green 153 ◦ blue 127

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

Shades of Dark Salmon #EF997F

Tints of Dark Salmon #EF997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.48%

 BLUE value IS 127 (50% from 255) = 24.47%

R = 46.05%
G = 29.48%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF997F (or 0xEF997F) is known color: Dark Salmon. HEX triplet: EF, 99 and 7F. RGB value is (239,153,127). Sum of RGB (Red+Green+Blue) = 239+153+127=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF997F is #106680. Grayscale: #AFAFAF. Windows color (decimal): -1074817 or 8362479. OLE color: 8362479.

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

Color convert

RGB 239 153 127 -
CMYK 0 0.36 0.47 0.06
HSL 13.93º 0.78% 0.72% -
HSV(B) 13.93º 0.47% 0.94% -
XYZ 50.82 42.67 25.64 -
YUV 175.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 239 153 127 0 0.36 0.47 0.06 13.93 0.78 0.72
Hex EF 99 7F 0 24 2F 6 E 4E 48
Octal 357 231 177 0 44 57 6 16 116 110
Binary 11101111 10011001 1111111 0 100100 101111 110 1110 1001110 1001000

Color Harmonies of #EF997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF997F

Black with #EF997F

Text Example


Text Example

White with #EF997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF997F; }

 p { color: rgb(239,153,127); }

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

background-color css

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

 a { background-color: rgb(239,153,127); }

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

border-color css

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

 span { border-color: rgb(239,153,127); }

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