Html Css Color HEX #E2996D Dark Salmon

📋 copy color: '#E2996D'

red 226 ◦ green 153 ◦ blue 109

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

Shades of Dark Salmon #E2996D

Tints of Dark Salmon #E2996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 46.31%
G = 31.35%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2996D (or 0xE2996D) is known color: Dark Salmon. HEX triplet: E2, 99 and 6D. RGB value is (226,153,109). Sum of RGB (Red+Green+Blue) = 226+153+109=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2996D is #1D6692. Grayscale: #AAAAAA. Windows color (decimal): -1926803 or 7182818. OLE color: 7182818.

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

Color convert

RGB 226 153 109 -
CMYK 0 0.32 0.52 0.11
HSL 22.56º 0.67% 0.66% -
HSV(B) 22.56º 0.52% 0.89% -
XYZ 45.52 40.06 19.8 -
YUV 169.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 226 153 109 0 0.32 0.52 0.11 22.56 0.67 0.66
Hex E2 99 6D 0 20 34 B 17 43 42
Octal 342 231 155 0 40 64 13 27 103 102
Binary 11100010 10011001 1101101 0 100000 110100 1011 10111 1000011 1000010

Color Harmonies of #E2996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2996D

Black with #E2996D

Text Example


Text Example

White with #E2996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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