Html Css Color HEX #EE9E7E Dark Salmon

📋 copy color: '#EE9E7E'

red 238 ◦ green 158 ◦ blue 126

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

Shades of Dark Salmon #EE9E7E

Tints of Dark Salmon #EE9E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

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

R = 45.59%
G = 30.27%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE9E7E (or 0xEE9E7E) is known color: Dark Salmon. HEX triplet: EE, 9E and 7E. RGB value is (238,158,126). Sum of RGB (Red+Green+Blue) = 238+158+126=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9E7E is #116181. Grayscale: #B2B2B2. Windows color (decimal): -1139074 or 8298222. OLE color: 8298222.

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

Color convert

RGB 238 158 126 -
CMYK 0 0.34 0.47 0.07
HSL 17.14º 0.77% 0.71% -
HSV(B) 17.14º 0.47% 0.93% -
XYZ 51.25 44.14 25.56 -
YUV 178.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 238 158 126 0 0.34 0.47 0.07 17.14 0.77 0.71
Hex EE 9E 7E 0 22 2F 7 11 4D 47
Octal 356 236 176 0 42 57 7 21 115 107
Binary 11101110 10011110 1111110 0 100010 101111 111 10001 1001101 1000111

Color Harmonies of #EE9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9E7E

Black with #EE9E7E

Text Example


Text Example

White with #EE9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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