Html Css Color HEX #EE8978 Salmon

📋 copy color: '#EE8978'

red 238 ◦ green 137 ◦ blue 120

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

Shades of Salmon #EE8978

Tints of Salmon #EE8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 48.08%
G = 27.68%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE8978 (or 0xEE8978) is known color: Salmon. HEX triplet: EE, 89 and 78. RGB value is (238,137,120). Sum of RGB (Red+Green+Blue) = 238+137+120=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8978 is #117687. Grayscale: #A5A5A5. Windows color (decimal): -1144456 or 7899630. OLE color: 7899630.

HSL color Cylindrical-coordinate representation of color #EE8978: hue angle of 8.64º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE8978 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 137 120 -
CMYK 0 0.42 0.50 0.07
HSL 8.64º 0.78% 0.7% -
HSV(B) 8.64º 0.5% 0.93% -
XYZ 47.6 37.42 22.48 -
YUV 165.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 238 137 120 0 0.42 0.50 0.07 8.64 0.78 0.7
Hex EE 89 78 0 2A 32 7 9 4E 46
Octal 356 211 170 0 52 62 7 11 116 106
Binary 11101110 10001001 1111000 0 101010 110010 111 1001 1001110 1000110

Color Harmonies of #EE8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8978

Black with #EE8978

Text Example


Text Example

White with #EE8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8978; }

 p { color: rgb(238,137,120); }

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

background-color css

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

 a { background-color: rgb(238,137,120); }

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

border-color css

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

 span { border-color: rgb(238,137,120); }

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