Html Css Color HEX #EE9C80 Dark Salmon

📋 copy color: '#EE9C80'

red 238 ◦ green 156 ◦ blue 128

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

Shades of Dark Salmon #EE9C80

Tints of Dark Salmon #EE9C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 45.59%
G = 29.89%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE9C80 (or 0xEE9C80) is known color: Dark Salmon. HEX triplet: EE, 9C and 80. RGB value is (238,156,128). Sum of RGB (Red+Green+Blue) = 238+156+128=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9C80 is #11637F. Grayscale: #B1B1B1. Windows color (decimal): -1139584 or 8428782. OLE color: 8428782.

HSL color Cylindrical-coordinate representation of color #EE9C80: hue angle of 15.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE9C80 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 156 128 -
CMYK 0 0.34 0.46 0.07
HSL 15.27º 0.76% 0.72% -
HSV(B) 15.27º 0.46% 0.93% -
XYZ 51.04 43.51 26.13 -
YUV 177.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 238 156 128 0 0.34 0.46 0.07 15.27 0.76 0.72
Hex EE 9C 80 0 22 2E 7 F 4C 48
Octal 356 234 200 0 42 56 7 17 114 110
Binary 11101110 10011100 10000000 0 100010 101110 111 1111 1001100 1001000

Color Harmonies of #EE9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9C80

Black with #EE9C80

Text Example


Text Example

White with #EE9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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