Html Css Color HEX #EE917A Dark Salmon

📋 copy color: '#EE917A'

red 238 ◦ green 145 ◦ blue 122

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

Shades of Dark Salmon #EE917A

Tints of Dark Salmon #EE917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 47.13%
G = 28.71%
B = 24.16%

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

#EE917A (or 0xEE917A) is known color: Dark Salmon. HEX triplet: EE, 91 and 7A. RGB value is (238,145,122). Sum of RGB (Red+Green+Blue) = 238+145+122=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE917A is #116E85. Grayscale: #AAAAAA. Windows color (decimal): -1142406 or 8032750. OLE color: 8032750.

HSL color Cylindrical-coordinate representation of color #EE917A: hue angle of 11.9º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE917A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 145 122 -
CMYK 0 0.39 0.49 0.07
HSL 11.9º 0.77% 0.71% -
HSV(B) 11.9º 0.49% 0.93% -
XYZ 48.9 39.83 23.52 -
YUV 170.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 238 145 122 0 0.39 0.49 0.07 11.9 0.77 0.71
Hex EE 91 7A 0 27 31 7 C 4D 47
Octal 356 221 172 0 47 61 7 14 115 107
Binary 11101110 10010001 1111010 0 100111 110001 111 1100 1001101 1000111

Color Harmonies of #EE917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE917A

Black with #EE917A

Text Example


Text Example

White with #EE917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE917A; }

 p { color: rgb(238,145,122); }

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

background-color css

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

 a { background-color: rgb(238,145,122); }

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

border-color css

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

 span { border-color: rgb(238,145,122); }

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