Html Css Color HEX #EF8F69 Dark Salmon

📋 copy color: '#EF8F69'

red 239 ◦ green 143 ◦ blue 105

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

Shades of Dark Salmon #EF8F69

Tints of Dark Salmon #EF8F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.56%

R = 49.08%
G = 29.36%
B = 21.56%

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

#EF8F69 (or 0xEF8F69) is known color: Dark Salmon. HEX triplet: EF, 8F and 69. RGB value is (239,143,105). Sum of RGB (Red+Green+Blue) = 239+143+105=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F69 is #107096. Grayscale: #A7A7A7. Windows color (decimal): -1077399 or 6918127. OLE color: 6918127.

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

Color convert

RGB 239 143 105 -
CMYK 0 0.40 0.56 0.06
HSL 17.01º 0.81% 0.67% -
HSV(B) 17.01º 0.56% 0.94% -
XYZ 47.97 39.02 18.37 -
YUV 167.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 239 143 105 0 0.40 0.56 0.06 17.01 0.81 0.67
Hex EF 8F 69 0 28 38 6 11 51 43
Octal 357 217 151 0 50 70 6 21 121 103
Binary 11101111 10001111 1101001 0 101000 111000 110 10001 1010001 1000011

Color Harmonies of #EF8F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F69

Black with #EF8F69

Text Example


Text Example

White with #EF8F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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