Html Css Color HEX #E2996E Dark Salmon

📋 copy color: '#E2996E'

red 226 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #E2996E

Tints of Dark Salmon #E2996E

RGB

 RED value IS 226 (88.67% from 255) = 46.22%

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

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

R = 46.22%
G = 31.29%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2996E (or 0xE2996E) is known color: Dark Salmon. HEX triplet: E2, 99 and 6E. RGB value is (226,153,110). Sum of RGB (Red+Green+Blue) = 226+153+110=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2996E is #1D6691. Grayscale: #AAAAAA. Windows color (decimal): -1926802 or 7248354. OLE color: 7248354.

HSL color Cylindrical-coordinate representation of color #E2996E: hue angle of 22.24º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2996E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 110 -
CMYK 0 0.32 0.51 0.11
HSL 22.24º 0.67% 0.66% -
HSV(B) 22.24º 0.51% 0.89% -
XYZ 45.57 40.08 20.09 -
YUV 169.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 226 153 110 0 0.32 0.51 0.11 22.24 0.67 0.66
Hex E2 99 6E 0 20 33 B 16 43 42
Octal 342 231 156 0 40 63 13 26 103 102
Binary 11100010 10011001 1101110 0 100000 110011 1011 10110 1000011 1000010

Color Harmonies of #E2996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2996E

Black with #E2996E

Text Example


Text Example

White with #E2996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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