Html Css Color HEX #EF8F7E Dark Salmon

📋 copy color: '#EF8F7E'

red 239 ◦ green 143 ◦ blue 126

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

Shades of Dark Salmon #EF8F7E

Tints of Dark Salmon #EF8F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.15%

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 47.05%
G = 28.15%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF8F7E (or 0xEF8F7E) is known color: Dark Salmon. HEX triplet: EF, 8F and 7E. RGB value is (239,143,126). Sum of RGB (Red+Green+Blue) = 239+143+126=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F7E is #107081. Grayscale: #A9A9A9. Windows color (decimal): -1077378 or 8294383. OLE color: 8294383.

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

Color convert

RGB 239 143 126 -
CMYK 0 0.40 0.47 0.06
HSL 9.03º 0.78% 0.72% -
HSV(B) 9.03º 0.47% 0.94% -
XYZ 49.18 39.5 24.77 -
YUV 169.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 239 143 126 0 0.40 0.47 0.06 9.03 0.78 0.72
Hex EF 8F 7E 0 28 2F 6 9 4E 48
Octal 357 217 176 0 50 57 6 11 116 110
Binary 11101111 10001111 1111110 0 101000 101111 110 1001 1001110 1001000

Color Harmonies of #EF8F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F7E

Black with #EF8F7E

Text Example


Text Example

White with #EF8F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F7E; }

 p { color: rgb(239,143,126); }

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

background-color css

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

 a { background-color: rgb(239,143,126); }

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

border-color css

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

 span { border-color: rgb(239,143,126); }

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