Html Css Color HEX #E99B7A Dark Salmon

📋 copy color: '#E99B7A'

red 233 ◦ green 155 ◦ blue 122

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

Shades of Dark Salmon #E99B7A

Tints of Dark Salmon #E99B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.39%

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

R = 45.69%
G = 30.39%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E99B7A (or 0xE99B7A) is known color: Dark Salmon. HEX triplet: E9, 9B and 7A. RGB value is (233,155,122). Sum of RGB (Red+Green+Blue) = 233+155+122=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99B7A is #166485. Grayscale: #AEAEAE. Windows color (decimal): -1467526 or 8035305. OLE color: 8035305.

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

Color convert

RGB 233 155 122 -
CMYK 0 0.33 0.48 0.09
HSL 17.84º 0.72% 0.7% -
HSV(B) 17.84º 0.48% 0.91% -
XYZ 48.84 42.17 23.98 -
YUV 174.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 233 155 122 0 0.33 0.48 0.09 17.84 0.72 0.7
Hex E9 9B 7A 0 21 30 9 12 48 46
Octal 351 233 172 0 41 60 11 22 110 106
Binary 11101001 10011011 1111010 0 100001 110000 1001 10010 1001000 1000110

Color Harmonies of #E99B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99B7A

Black with #E99B7A

Text Example


Text Example

White with #E99B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99B7A; }

 p { color: rgb(233,155,122); }

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

background-color css

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

 a { background-color: rgb(233,155,122); }

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

border-color css

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

 span { border-color: rgb(233,155,122); }

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