Html Css Color HEX #EE9479 Dark Salmon

📋 copy color: '#EE9479'

red 238 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #EE9479

Tints of Dark Salmon #EE9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 46.94%
G = 29.19%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE9479 (or 0xEE9479) is known color: Dark Salmon. HEX triplet: EE, 94 and 79. RGB value is (238,148,121). Sum of RGB (Red+Green+Blue) = 238+148+121=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9479 is #116B86. Grayscale: #ACACAC. Windows color (decimal): -1141639 or 7967982. OLE color: 7967982.

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

Color convert

RGB 238 148 121 -
CMYK 0 0.38 0.49 0.07
HSL 13.85º 0.77% 0.7% -
HSV(B) 13.85º 0.49% 0.93% -
XYZ 49.3 40.74 23.35 -
YUV 171.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 238 148 121 0 0.38 0.49 0.07 13.85 0.77 0.7
Hex EE 94 79 0 26 31 7 E 4D 46
Octal 356 224 171 0 46 61 7 16 115 106
Binary 11101110 10010100 1111001 0 100110 110001 111 1110 1001101 1000110

Color Harmonies of #EE9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9479

Black with #EE9479

Text Example


Text Example

White with #EE9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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