Html Css Color HEX #EF9F7F Dark Salmon

📋 copy color: '#EF9F7F'

red 239 ◦ green 159 ◦ blue 127

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

Shades of Dark Salmon #EF9F7F

Tints of Dark Salmon #EF9F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

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

R = 45.52%
G = 30.29%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF9F7F (or 0xEF9F7F) is known color: Dark Salmon. HEX triplet: EF, 9F and 7F. RGB value is (239,159,127). Sum of RGB (Red+Green+Blue) = 239+159+127=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F7F is #106080. Grayscale: #B3B3B3. Windows color (decimal): -1073281 or 8364015. OLE color: 8364015.

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

Color convert

RGB 239 159 127 -
CMYK 0 0.33 0.47 0.06
HSL 17.14º 0.78% 0.72% -
HSV(B) 17.14º 0.47% 0.94% -
XYZ 51.83 44.68 25.97 -
YUV 179.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 239 159 127 0 0.33 0.47 0.06 17.14 0.78 0.72
Hex EF 9F 7F 0 21 2F 6 11 4E 48
Octal 357 237 177 0 41 57 6 21 116 110
Binary 11101111 10011111 1111111 0 100001 101111 110 10001 1001110 1001000

Color Harmonies of #EF9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9F7F

Black with #EF9F7F

Text Example


Text Example

White with #EF9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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