Html Css Color HEX #EF9975 Dark Salmon

📋 copy color: '#EF9975'

red 239 ◦ green 153 ◦ blue 117

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

Shades of Dark Salmon #EF9975

Tints of Dark Salmon #EF9975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 46.95%
G = 30.06%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF9975 (or 0xEF9975) is known color: Dark Salmon. HEX triplet: EF, 99 and 75. RGB value is (239,153,117). Sum of RGB (Red+Green+Blue) = 239+153+117=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9975 is #10668A. Grayscale: #AEAEAE. Windows color (decimal): -1074827 or 7707119. OLE color: 7707119.

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

Color convert

RGB 239 153 117 -
CMYK 0 0.36 0.51 0.06
HSL 17.7º 0.79% 0.7% -
HSV(B) 17.7º 0.51% 0.94% -
XYZ 50.2 42.42 22.37 -
YUV 174.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 239 153 117 0 0.36 0.51 0.06 17.7 0.79 0.7
Hex EF 99 75 0 24 33 6 12 4F 46
Octal 357 231 165 0 44 63 6 22 117 106
Binary 11101111 10011001 1110101 0 100100 110011 110 10010 1001111 1000110

Color Harmonies of #EF9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9975

Black with #EF9975

Text Example


Text Example

White with #EF9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9975; }

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

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

background-color css

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

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

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

border-color css

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

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

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