Html Css Color HEX #E99A80 Dark Salmon

📋 copy color: '#E99A80'

red 233 ◦ green 154 ◦ blue 128

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

Shades of Dark Salmon #E99A80

Tints of Dark Salmon #E99A80

RGB

 RED value IS 233 (91.41% from 255) = 45.24%

 GREEN value IS 154 (60.55% from 255) = 29.9%

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

R = 45.24%
G = 29.9%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E99A80 (or 0xE99A80) is known color: Dark Salmon. HEX triplet: E9, 9A and 80. RGB value is (233,154,128). Sum of RGB (Red+Green+Blue) = 233+154+128=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99A80 is #16657F. Grayscale: #AEAEAE. Windows color (decimal): -1467776 or 8428265. OLE color: 8428265.

HSL color Cylindrical-coordinate representation of color #E99A80: hue angle of 14.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E99A80 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 154 128 -
CMYK 0 0.34 0.45 0.09
HSL 14.86º 0.7% 0.71% -
HSV(B) 14.86º 0.45% 0.91% -
XYZ 49.06 41.99 25.94 -
YUV 174.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 233 154 128 0 0.34 0.45 0.09 14.86 0.7 0.71
Hex E9 9A 80 0 22 2D 9 F 46 47
Octal 351 232 200 0 42 55 11 17 106 107
Binary 11101001 10011010 10000000 0 100010 101101 1001 1111 1000110 1000111

Color Harmonies of #E99A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99A80

Black with #E99A80

Text Example


Text Example

White with #E99A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99A80; }

 p { color: rgb(233,154,128); }

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

background-color css

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

 a { background-color: rgb(233,154,128); }

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

border-color css

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

 span { border-color: rgb(233,154,128); }

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