Html Css Color HEX #EF8F6A Dark Salmon

📋 copy color: '#EF8F6A'

red 239 ◦ green 143 ◦ blue 106

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

Shades of Dark Salmon #EF8F6A

Tints of Dark Salmon #EF8F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 48.98%
G = 29.3%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8F6A (or 0xEF8F6A) is known color: Dark Salmon. HEX triplet: EF, 8F and 6A. RGB value is (239,143,106). Sum of RGB (Red+Green+Blue) = 239+143+106=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F6A is #107095. Grayscale: #A7A7A7. Windows color (decimal): -1077398 or 6983663. OLE color: 6983663.

HSL color Cylindrical-coordinate representation of color #EF8F6A: hue angle of 16.69º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF8F6A is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 106 -
CMYK 0 0.40 0.56 0.06
HSL 16.69º 0.81% 0.68% -
HSV(B) 16.69º 0.56% 0.94% -
XYZ 48.02 39.04 18.64 -
YUV 167.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 239 143 106 0 0.40 0.56 0.06 16.69 0.81 0.68
Hex EF 8F 6A 0 28 38 6 11 51 44
Octal 357 217 152 0 50 70 6 21 121 104
Binary 11101111 10001111 1101010 0 101000 111000 110 10001 1010001 1000100

Color Harmonies of #EF8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F6A

Black with #EF8F6A

Text Example


Text Example

White with #EF8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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