Html Css Color HEX #EE977E Dark Salmon

📋 copy color: '#EE977E'

red 238 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #EE977E

Tints of Dark Salmon #EE977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.32%

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 46.21%
G = 29.32%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE977E (or 0xEE977E) is known color: Dark Salmon. HEX triplet: EE, 97 and 7E. RGB value is (238,151,126). Sum of RGB (Red+Green+Blue) = 238+151+126=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977E is #116881. Grayscale: #AEAEAE. Windows color (decimal): -1140866 or 8296430. OLE color: 8296430.

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

Color convert

RGB 238 151 126 -
CMYK 0 0.37 0.47 0.07
HSL 13.39º 0.77% 0.71% -
HSV(B) 13.39º 0.47% 0.93% -
XYZ 50.09 41.82 25.17 -
YUV 174.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 238 151 126 0 0.37 0.47 0.07 13.39 0.77 0.71
Hex EE 97 7E 0 25 2F 7 D 4D 47
Octal 356 227 176 0 45 57 7 15 115 107
Binary 11101110 10010111 1111110 0 100101 101111 111 1101 1001101 1000111

Color Harmonies of #EE977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE977E

Black with #EE977E

Text Example


Text Example

White with #EE977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE977E; }

 p { color: rgb(238,151,126); }

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

background-color css

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

 a { background-color: rgb(238,151,126); }

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

border-color css

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

 span { border-color: rgb(238,151,126); }

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