Html Css Color HEX #EF8D69 Dark Salmon

📋 copy color: '#EF8D69'

red 239 ◦ green 141 ◦ blue 105

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

Shades of Dark Salmon #EF8D69

Tints of Dark Salmon #EF8D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 49.28%
G = 29.07%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF8D69 (or 0xEF8D69) is known color: Dark Salmon. HEX triplet: EF, 8D and 69. RGB value is (239,141,105). Sum of RGB (Red+Green+Blue) = 239+141+105=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D69 is #107296. Grayscale: #A6A6A6. Windows color (decimal): -1077911 or 6917615. OLE color: 6917615.

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

Color convert

RGB 239 141 105 -
CMYK 0 0.41 0.56 0.06
HSL 16.12º 0.81% 0.67% -
HSV(B) 16.12º 0.56% 0.94% -
XYZ 47.67 38.42 18.27 -
YUV 166.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 239 141 105 0 0.41 0.56 0.06 16.12 0.81 0.67
Hex EF 8D 69 0 29 38 6 10 51 43
Octal 357 215 151 0 51 70 6 20 121 103
Binary 11101111 10001101 1101001 0 101001 111000 110 10000 1010001 1000011

Color Harmonies of #EF8D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D69

Black with #EF8D69

Text Example


Text Example

White with #EF8D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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