Html Css Color HEX #EE9379 Dark Salmon

📋 copy color: '#EE9379'

red 238 ◦ green 147 ◦ blue 121

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

Shades of Dark Salmon #EE9379

Tints of Dark Salmon #EE9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 47.04%
G = 29.05%
B = 23.91%

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

#EE9379 (or 0xEE9379) is known color: Dark Salmon. HEX triplet: EE, 93 and 79. RGB value is (238,147,121). Sum of RGB (Red+Green+Blue) = 238+147+121=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9379 is #116C86. Grayscale: #ABABAB. Windows color (decimal): -1141895 or 7967726. OLE color: 7967726.

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

Color convert

RGB 238 147 121 -
CMYK 0 0.38 0.49 0.07
HSL 13.33º 0.77% 0.7% -
HSV(B) 13.33º 0.49% 0.93% -
XYZ 49.14 40.43 23.3 -
YUV 171.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 238 147 121 0 0.38 0.49 0.07 13.33 0.77 0.7
Hex EE 93 79 0 26 31 7 D 4D 46
Octal 356 223 171 0 46 61 7 15 115 106
Binary 11101110 10010011 1111001 0 100110 110001 111 1101 1001101 1000110

Color Harmonies of #EE9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9379

Black with #EE9379

Text Example


Text Example

White with #EE9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9379; }

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

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

background-color css

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

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

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

border-color css

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

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

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