Html Css Color HEX #EF967F Dark Salmon

📋 copy color: '#EF967F'

red 239 ◦ green 150 ◦ blue 127

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

Shades of Dark Salmon #EF967F

Tints of Dark Salmon #EF967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 46.32%
G = 29.07%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF967F (or 0xEF967F) is known color: Dark Salmon. HEX triplet: EF, 96 and 7F. RGB value is (239,150,127). Sum of RGB (Red+Green+Blue) = 239+150+127=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF967F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF967F is #106980. Grayscale: #AEAEAE. Windows color (decimal): -1075585 or 8361711. OLE color: 8361711.

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

Color convert

RGB 239 150 127 -
CMYK 0 0.37 0.47 0.06
HSL 12.32º 0.78% 0.72% -
HSV(B) 12.32º 0.47% 0.94% -
XYZ 50.33 41.7 25.47 -
YUV 173.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 239 150 127 0 0.37 0.47 0.06 12.32 0.78 0.72
Hex EF 96 7F 0 25 2F 6 C 4E 48
Octal 357 226 177 0 45 57 6 14 116 110
Binary 11101111 10010110 1111111 0 100101 101111 110 1100 1001110 1001000

Color Harmonies of #EF967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF967F

Black with #EF967F

Text Example


Text Example

White with #EF967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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