Html Css Color HEX #EF9681 Dark Salmon

📋 copy color: '#EF9681'

red 239 ◦ green 150 ◦ blue 129

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

Shades of Dark Salmon #EF9681

Tints of Dark Salmon #EF9681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 46.14%
G = 28.96%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9681 (or 0xEF9681) is known color: Dark Salmon. HEX triplet: EF, 96 and 81. RGB value is (239,150,129). Sum of RGB (Red+Green+Blue) = 239+150+129=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9681 is #10697E. Grayscale: #AEAEAE. Windows color (decimal): -1075583 or 8492783. OLE color: 8492783.

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

Color convert

RGB 239 150 129 -
CMYK 0 0.37 0.46 0.06
HSL 11.45º 0.77% 0.72% -
HSV(B) 11.45º 0.46% 0.94% -
XYZ 50.47 41.75 26.17 -
YUV 174.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 239 150 129 0 0.37 0.46 0.06 11.45 0.77 0.72
Hex EF 96 81 0 25 2E 6 B 4D 48
Octal 357 226 201 0 45 56 6 13 115 110
Binary 11101111 10010110 10000001 0 100101 101110 110 1011 1001101 1001000

Color Harmonies of #EF9681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9681

Black with #EF9681

Text Example


Text Example

White with #EF9681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9681; }

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

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

background-color css

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

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

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

border-color css

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

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

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