Html Css Color HEX #EE9079 Dark Salmon

📋 copy color: '#EE9079'

red 238 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #EE9079

Tints of Dark Salmon #EE9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.63%

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

R = 47.32%
G = 28.63%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE9079 (or 0xEE9079) is known color: Dark Salmon. HEX triplet: EE, 90 and 79. RGB value is (238,144,121). Sum of RGB (Red+Green+Blue) = 238+144+121=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9079 is #116F86. Grayscale: #A9A9A9. Windows color (decimal): -1142663 or 7966958. OLE color: 7966958.

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

Color convert

RGB 238 144 121 -
CMYK 0 0.39 0.49 0.07
HSL 11.79º 0.77% 0.7% -
HSV(B) 11.79º 0.49% 0.93% -
XYZ 48.68 39.5 23.15 -
YUV 169.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 238 144 121 0 0.39 0.49 0.07 11.79 0.77 0.7
Hex EE 90 79 0 27 31 7 C 4D 46
Octal 356 220 171 0 47 61 7 14 115 106
Binary 11101110 10010000 1111001 0 100111 110001 111 1100 1001101 1000110

Color Harmonies of #EE9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9079

Black with #EE9079

Text Example


Text Example

White with #EE9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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