Html Css Color HEX #EE9C7A Dark Salmon

📋 copy color: '#EE9C7A'

red 238 ◦ green 156 ◦ blue 122

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

Shades of Dark Salmon #EE9C7A

Tints of Dark Salmon #EE9C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

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

R = 46.12%
G = 30.23%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE9C7A (or 0xEE9C7A) is known color: Dark Salmon. HEX triplet: EE, 9C and 7A. RGB value is (238,156,122). Sum of RGB (Red+Green+Blue) = 238+156+122=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9C7A is #116385. Grayscale: #B0B0B0. Windows color (decimal): -1139590 or 8035566. OLE color: 8035566.

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

Color convert

RGB 238 156 122 -
CMYK 0 0.34 0.49 0.07
HSL 17.59º 0.77% 0.71% -
HSV(B) 17.59º 0.49% 0.93% -
XYZ 50.66 43.36 24.11 -
YUV 176.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 238 156 122 0 0.34 0.49 0.07 17.59 0.77 0.71
Hex EE 9C 7A 0 22 31 7 12 4D 47
Octal 356 234 172 0 42 61 7 22 115 107
Binary 11101110 10011100 1111010 0 100010 110001 111 10010 1001101 1000111

Color Harmonies of #EE9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C7A

Black with #EE9C7A

Text Example


Text Example

White with #EE9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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