Html Css Color HEX #E0996E Dark Salmon

📋 copy color: '#E0996E'

red 224 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #E0996E

Tints of Dark Salmon #E0996E

RGB

 RED value IS 224 (87.89% from 255) = 46%

 GREEN value IS 153 (60.16% from 255) = 31.42%

 BLUE value IS 110 (43.36% from 255) = 22.59%

R = 46%
G = 31.42%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0996E (or 0xE0996E) is known color: Dark Salmon. HEX triplet: E0, 99 and 6E. RGB value is (224,153,110). Sum of RGB (Red+Green+Blue) = 224+153+110=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0996E is #1F6691. Grayscale: #A9A9A9. Windows color (decimal): -2057874 or 7248352. OLE color: 7248352.

HSL color Cylindrical-coordinate representation of color #E0996E: hue angle of 22.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0996E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 110 -
CMYK 0 0.32 0.51 0.12
HSL 22.63º 0.65% 0.65% -
HSV(B) 22.63º 0.51% 0.88% -
XYZ 44.95 39.76 20.06 -
YUV 169.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 224 153 110 0 0.32 0.51 0.12 22.63 0.65 0.65
Hex E0 99 6E 0 20 33 C 17 41 41
Octal 340 231 156 0 40 63 14 27 101 101
Binary 11100000 10011001 1101110 0 100000 110011 1100 10111 1000001 1000001

Color Harmonies of #E0996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0996E

Black with #E0996E

Text Example


Text Example

White with #E0996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0996E; }

 p { color: rgb(224,153,110); }

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

background-color css

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

 a { background-color: rgb(224,153,110); }

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

border-color css

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

 span { border-color: rgb(224,153,110); }

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