Html Css Color HEX #EF9170 Dark Salmon

📋 copy color: '#EF9170'

red 239 ◦ green 145 ◦ blue 112

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

Shades of Dark Salmon #EF9170

Tints of Dark Salmon #EF9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.23%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 48.19%
G = 29.23%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF9170 (or 0xEF9170) is known color: Dark Salmon. HEX triplet: EF, 91 and 70. RGB value is (239,145,112). Sum of RGB (Red+Green+Blue) = 239+145+112=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9170 is #106E8F. Grayscale: #A9A9A9. Windows color (decimal): -1076880 or 7377391. OLE color: 7377391.

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

Color convert

RGB 239 145 112 -
CMYK 0 0.39 0.53 0.06
HSL 15.59º 0.8% 0.69% -
HSV(B) 15.59º 0.53% 0.94% -
XYZ 48.65 39.77 20.44 -
YUV 169.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 239 145 112 0 0.39 0.53 0.06 15.59 0.8 0.69
Hex EF 91 70 0 27 35 6 10 50 45
Octal 357 221 160 0 47 65 6 20 120 105
Binary 11101111 10010001 1110000 0 100111 110101 110 10000 1010000 1000101

Color Harmonies of #EF9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9170

Black with #EF9170

Text Example


Text Example

White with #EF9170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9170; }

 p { color: rgb(239,145,112); }

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

background-color css

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

 a { background-color: rgb(239,145,112); }

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

border-color css

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

 span { border-color: rgb(239,145,112); }

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