Html Css Color HEX #E4996B Dark Salmon

📋 copy color: '#E4996B'

red 228 ◦ green 153 ◦ blue 107

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

Shades of Dark Salmon #E4996B

Tints of Dark Salmon #E4996B

RGB

 RED value IS 228 (89.45% from 255) = 46.72%

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 46.72%
G = 31.35%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E4996B (or 0xE4996B) is known color: Dark Salmon. HEX triplet: E4, 99 and 6B. RGB value is (228,153,107). Sum of RGB (Red+Green+Blue) = 228+153+107=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E4996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4996B is #1B6694. Grayscale: #AAAAAA. Windows color (decimal): -1795733 or 7051748. OLE color: 7051748.

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

Color convert

RGB 228 153 107 -
CMYK 0 0.33 0.53 0.11
HSL 22.81º 0.69% 0.66% -
HSV(B) 22.81º 0.53% 0.89% -
XYZ 46.04 40.34 19.27 -
YUV 170.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 228 153 107 0 0.33 0.53 0.11 22.81 0.69 0.66
Hex E4 99 6B 0 21 35 B 17 45 42
Octal 344 231 153 0 41 65 13 27 105 102
Binary 11100100 10011001 1101011 0 100001 110101 1011 10111 1000101 1000010

Color Harmonies of #E4996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4996B

Black with #E4996B

Text Example


Text Example

White with #E4996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4996B; }

 p { color: rgb(228,153,107); }

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

background-color css

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

 a { background-color: rgb(228,153,107); }

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

border-color css

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

 span { border-color: rgb(228,153,107); }

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