Html Css Color HEX #EF9982 Dark Salmon

📋 copy color: '#EF9982'

red 239 ◦ green 153 ◦ blue 130

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

Shades of Dark Salmon #EF9982

Tints of Dark Salmon #EF9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

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

R = 45.79%
G = 29.31%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF9982 (or 0xEF9982) is known color: Dark Salmon. HEX triplet: EF, 99 and 82. RGB value is (239,153,130). Sum of RGB (Red+Green+Blue) = 239+153+130=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9982 is #10667D. Grayscale: #B0B0B0. Windows color (decimal): -1074814 or 8559087. OLE color: 8559087.

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

Color convert

RGB 239 153 130 -
CMYK 0 0.36 0.46 0.06
HSL 12.66º 0.77% 0.72% -
HSV(B) 12.66º 0.46% 0.94% -
XYZ 51.02 42.74 26.68 -
YUV 176.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 239 153 130 0 0.36 0.46 0.06 12.66 0.77 0.72
Hex EF 99 82 0 24 2E 6 D 4D 48
Octal 357 231 202 0 44 56 6 15 115 110
Binary 11101111 10011001 10000010 0 100100 101110 110 1101 1001101 1001000

Color Harmonies of #EF9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9982

Black with #EF9982

Text Example


Text Example

White with #EF9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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