Html Css Color HEX #E99C7A Dark Salmon

📋 copy color: '#E99C7A'

red 233 ◦ green 156 ◦ blue 122

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

Shades of Dark Salmon #E99C7A

Tints of Dark Salmon #E99C7A

RGB

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

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

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

R = 45.6%
G = 30.53%
B = 23.87%

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

#E99C7A (or 0xE99C7A) is known color: Dark Salmon. HEX triplet: E9, 9C and 7A. RGB value is (233,156,122). Sum of RGB (Red+Green+Blue) = 233+156+122=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99C7A is #166385. Grayscale: #AFAFAF. Windows color (decimal): -1467270 or 8035561. OLE color: 8035561.

HSL color Cylindrical-coordinate representation of color #E99C7A: hue angle of 18.38º 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 #E99C7A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 156 122 -
CMYK 0 0.33 0.48 0.09
HSL 18.38º 0.72% 0.7% -
HSV(B) 18.38º 0.48% 0.91% -
XYZ 49.01 42.51 24.03 -
YUV 175.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 233 156 122 0 0.33 0.48 0.09 18.38 0.72 0.7
Hex E9 9C 7A 0 21 30 9 12 48 46
Octal 351 234 172 0 41 60 11 22 110 106
Binary 11101001 10011100 1111010 0 100001 110000 1001 10010 1001000 1000110

Color Harmonies of #E99C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99C7A

Black with #E99C7A

Text Example


Text Example

White with #E99C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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