Html Css Color HEX #EE9779 Dark Salmon

📋 copy color: '#EE9779'

red 238 ◦ green 151 ◦ blue 121

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

Shades of Dark Salmon #EE9779

Tints of Dark Salmon #EE9779

RGB

 RED value IS 238 (93.36% from 255) = 46.67%

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

 BLUE value IS 121 (47.66% from 255) = 23.73%

R = 46.67%
G = 29.61%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE9779 (or 0xEE9779) is known color: Dark Salmon. HEX triplet: EE, 97 and 79. RGB value is (238,151,121). Sum of RGB (Red+Green+Blue) = 238+151+121=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9779 is #116886. Grayscale: #ADADAD. Windows color (decimal): -1140871 or 7968750. OLE color: 7968750.

HSL color Cylindrical-coordinate representation of color #EE9779: hue angle of 15.38º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE9779 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 151 121 -
CMYK 0 0.37 0.49 0.07
HSL 15.38º 0.77% 0.7% -
HSV(B) 15.38º 0.49% 0.93% -
XYZ 49.78 41.69 23.51 -
YUV 173.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 238 151 121 0 0.37 0.49 0.07 15.38 0.77 0.7
Hex EE 97 79 0 25 31 7 F 4D 46
Octal 356 227 171 0 45 61 7 17 115 106
Binary 11101110 10010111 1111001 0 100101 110001 111 1111 1001101 1000110

Color Harmonies of #EE9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9779

Black with #EE9779

Text Example


Text Example

White with #EE9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9779; }

 p { color: rgb(238,151,121); }

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

background-color css

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

 a { background-color: rgb(238,151,121); }

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

border-color css

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

 span { border-color: rgb(238,151,121); }

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