Html Css Color HEX #EF9C7F Dark Salmon

📋 copy color: '#EF9C7F'

red 239 ◦ green 156 ◦ blue 127

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

Shades of Dark Salmon #EF9C7F

Tints of Dark Salmon #EF9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 45.79%
G = 29.89%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF9C7F (or 0xEF9C7F) is known color: Dark Salmon. HEX triplet: EF, 9C and 7F. RGB value is (239,156,127). Sum of RGB (Red+Green+Blue) = 239+156+127=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C7F is #106380. Grayscale: #B1B1B1. Windows color (decimal): -1074049 or 8363247. OLE color: 8363247.

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

Color convert

RGB 239 156 127 -
CMYK 0 0.35 0.47 0.06
HSL 15.54º 0.78% 0.72% -
HSV(B) 15.54º 0.47% 0.94% -
XYZ 51.32 43.66 25.8 -
YUV 177.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 239 156 127 0 0.35 0.47 0.06 15.54 0.78 0.72
Hex EF 9C 7F 0 23 2F 6 10 4E 48
Octal 357 234 177 0 43 57 6 20 116 110
Binary 11101111 10011100 1111111 0 100011 101111 110 10000 1001110 1001000

Color Harmonies of #EF9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9C7F

Black with #EF9C7F

Text Example


Text Example

White with #EF9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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