Html Css Color HEX #EF9782 Dark Salmon

📋 copy color: '#EF9782'

red 239 ◦ green 151 ◦ blue 130

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

Shades of Dark Salmon #EF9782

Tints of Dark Salmon #EF9782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

 BLUE value IS 130 (51.17% from 255) = 25%

R = 45.96%
G = 29.04%
B = 25%

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

#EF9782 (or 0xEF9782) is known color: Dark Salmon. HEX triplet: EF, 97 and 82. RGB value is (239,151,130). Sum of RGB (Red+Green+Blue) = 239+151+130=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9782 is #10687D. Grayscale: #AFAFAF. Windows color (decimal): -1075326 or 8558575. OLE color: 8558575.

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

Color convert

RGB 239 151 130 -
CMYK 0 0.37 0.46 0.06
HSL 11.56º 0.77% 0.72% -
HSV(B) 11.56º 0.46% 0.94% -
XYZ 50.69 42.1 26.57 -
YUV 174.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 239 151 130 0 0.37 0.46 0.06 11.56 0.77 0.72
Hex EF 97 82 0 25 2E 6 C 4D 48
Octal 357 227 202 0 45 56 6 14 115 110
Binary 11101111 10010111 10000010 0 100101 101110 110 1100 1001101 1001000

Color Harmonies of #EF9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9782

Black with #EF9782

Text Example


Text Example

White with #EF9782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9782; }

 p { color: rgb(239,151,130); }

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

background-color css

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

 a { background-color: rgb(239,151,130); }

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

border-color css

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

 span { border-color: rgb(239,151,130); }

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