Html Css Color HEX #EE977B Dark Salmon

📋 copy color: '#EE977B'

red 238 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #EE977B

Tints of Dark Salmon #EE977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 46.48%
G = 29.49%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE977B (or 0xEE977B) is known color: Dark Salmon. HEX triplet: EE, 97 and 7B. RGB value is (238,151,123). Sum of RGB (Red+Green+Blue) = 238+151+123=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EE977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE977B is #116884. Grayscale: #AEAEAE. Windows color (decimal): -1140869 or 8099822. OLE color: 8099822.

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

Color convert

RGB 238 151 123 -
CMYK 0 0.37 0.48 0.07
HSL 14.61º 0.77% 0.71% -
HSV(B) 14.61º 0.48% 0.93% -
XYZ 49.9 41.74 24.17 -
YUV 173.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 238 151 123 0 0.37 0.48 0.07 14.61 0.77 0.71
Hex EE 97 7B 0 25 30 7 F 4D 47
Octal 356 227 173 0 45 60 7 17 115 107
Binary 11101110 10010111 1111011 0 100101 110000 111 1111 1001101 1000111

Color Harmonies of #EE977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE977B

Black with #EE977B

Text Example


Text Example

White with #EE977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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