Html Css Color HEX #EF9181 Dark Salmon

📋 copy color: '#EF9181'

red 239 ◦ green 145 ◦ blue 129

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

Shades of Dark Salmon #EF9181

Tints of Dark Salmon #EF9181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.27%

 BLUE value IS 129 (50.78% from 255) = 25.15%

R = 46.59%
G = 28.27%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9181 (or 0xEF9181) is known color: Dark Salmon. HEX triplet: EF, 91 and 81. RGB value is (239,145,129). Sum of RGB (Red+Green+Blue) = 239+145+129=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9181 is #106E7E. Grayscale: #ABABAB. Windows color (decimal): -1076863 or 8491503. OLE color: 8491503.

HSL color Cylindrical-coordinate representation of color #EF9181: hue angle of 8.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9181 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 145 129 -
CMYK 0 0.39 0.46 0.06
HSL 8.73º 0.77% 0.72% -
HSV(B) 8.73º 0.46% 0.94% -
XYZ 49.68 40.19 25.91 -
YUV 171.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 239 145 129 0 0.39 0.46 0.06 8.73 0.77 0.72
Hex EF 91 81 0 27 2E 6 9 4D 48
Octal 357 221 201 0 47 56 6 11 115 110
Binary 11101111 10010001 10000001 0 100111 101110 110 1001 1001101 1001000

Color Harmonies of #EF9181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9181

Black with #EF9181

Text Example


Text Example

White with #EF9181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9181; }

 p { color: rgb(239,145,129); }

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

background-color css

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

 a { background-color: rgb(239,145,129); }

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

border-color css

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

 span { border-color: rgb(239,145,129); }

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