Html Css Color HEX #EF9770 Dark Salmon

📋 copy color: '#EF9770'

red 239 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #EF9770

Tints of Dark Salmon #EF9770

RGB

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

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

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

R = 47.61%
G = 30.08%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF9770 (or 0xEF9770) is known color: Dark Salmon. HEX triplet: EF, 97 and 70. RGB value is (239,151,112). Sum of RGB (Red+Green+Blue) = 239+151+112=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9770 is #10688F. Grayscale: #ADADAD. Windows color (decimal): -1075344 or 7378927. OLE color: 7378927.

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

Color convert

RGB 239 151 112 -
CMYK 0 0.37 0.53 0.06
HSL 18.43º 0.8% 0.69% -
HSV(B) 18.43º 0.53% 0.94% -
XYZ 49.59 41.65 20.76 -
YUV 172.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 239 151 112 0 0.37 0.53 0.06 18.43 0.8 0.69
Hex EF 97 70 0 25 35 6 12 50 45
Octal 357 227 160 0 45 65 6 22 120 105
Binary 11101111 10010111 1110000 0 100101 110101 110 10010 1010000 1000101

Color Harmonies of #EF9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9770

Black with #EF9770

Text Example


Text Example

White with #EF9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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