Html Css Color HEX #EF996F Dark Salmon

📋 copy color: '#EF996F'

red 239 ◦ green 153 ◦ blue 111

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

Shades of Dark Salmon #EF996F

Tints of Dark Salmon #EF996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.07%

R = 47.51%
G = 30.42%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF996F (or 0xEF996F) is known color: Dark Salmon. HEX triplet: EF, 99 and 6F. RGB value is (239,153,111). Sum of RGB (Red+Green+Blue) = 239+153+111=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF996F is #106690. Grayscale: #AEAEAE. Windows color (decimal): -1074833 or 7313903. OLE color: 7313903.

HSL color Cylindrical-coordinate representation of color #EF996F: hue angle of 19.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF996F is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 153 111 -
CMYK 0 0.36 0.54 0.06
HSL 19.69º 0.8% 0.69% -
HSV(B) 19.69º 0.54% 0.94% -
XYZ 49.86 42.28 20.57 -
YUV 173.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 239 153 111 0 0.36 0.54 0.06 19.69 0.8 0.69
Hex EF 99 6F 0 24 36 6 14 50 45
Octal 357 231 157 0 44 66 6 24 120 105
Binary 11101111 10011001 1101111 0 100100 110110 110 10100 1010000 1000101

Color Harmonies of #EF996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF996F

Black with #EF996F

Text Example


Text Example

White with #EF996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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