Html Css Color HEX #EE997B Dark Salmon

📋 copy color: '#EE997B'

red 238 ◦ green 153 ◦ blue 123

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

Shades of Dark Salmon #EE997B

Tints of Dark Salmon #EE997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.77%

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

R = 46.3%
G = 29.77%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE997B (or 0xEE997B) is known color: Dark Salmon. HEX triplet: EE, 99 and 7B. RGB value is (238,153,123). Sum of RGB (Red+Green+Blue) = 238+153+123=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE997B is #116684. Grayscale: #AFAFAF. Windows color (decimal): -1140357 or 8100334. OLE color: 8100334.

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

Color convert

RGB 238 153 123 -
CMYK 0 0.36 0.48 0.07
HSL 15.65º 0.77% 0.71% -
HSV(B) 15.65º 0.48% 0.93% -
XYZ 50.23 42.39 24.27 -
YUV 175 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 238 153 123 0 0.36 0.48 0.07 15.65 0.77 0.71
Hex EE 99 7B 0 24 30 7 10 4D 47
Octal 356 231 173 0 44 60 7 20 115 107
Binary 11101110 10011001 1111011 0 100100 110000 111 10000 1001101 1000111

Color Harmonies of #EE997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE997B

Black with #EE997B

Text Example


Text Example

White with #EE997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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