Html Css Color HEX #EE9979 Dark Salmon

📋 copy color: '#EE9979'

red 238 ◦ green 153 ◦ blue 121

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

Shades of Dark Salmon #EE9979

Tints of Dark Salmon #EE9979

RGB

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

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

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

R = 46.48%
G = 29.88%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE9979 (or 0xEE9979) is known color: Dark Salmon. HEX triplet: EE, 99 and 79. RGB value is (238,153,121). Sum of RGB (Red+Green+Blue) = 238+153+121=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9979 is #116686. Grayscale: #AEAEAE. Windows color (decimal): -1140359 or 7969262. OLE color: 7969262.

HSL color Cylindrical-coordinate representation of color #EE9979: hue angle of 16.41º 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 #EE9979 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 121 -
CMYK 0 0.36 0.49 0.07
HSL 16.41º 0.77% 0.7% -
HSV(B) 16.41º 0.49% 0.93% -
XYZ 50.1 42.34 23.62 -
YUV 174.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 238 153 121 0 0.36 0.49 0.07 16.41 0.77 0.7
Hex EE 99 79 0 24 31 7 10 4D 46
Octal 356 231 171 0 44 61 7 20 115 106
Binary 11101110 10011001 1111001 0 100100 110001 111 10000 1001101 1000110

Color Harmonies of #EE9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9979

Black with #EE9979

Text Example


Text Example

White with #EE9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9979; }

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

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

background-color css

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

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

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

border-color css

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

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

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