Html Css Color HEX #E4967A Dark Salmon

📋 copy color: '#E4967A'

red 228 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #E4967A

Tints of Dark Salmon #E4967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30%

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

R = 45.6%
G = 30%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4967A (or 0xE4967A) is known color: Dark Salmon. HEX triplet: E4, 96 and 7A. RGB value is (228,150,122). Sum of RGB (Red+Green+Blue) = 228+150+122=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E4967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4967A is #1B6985. Grayscale: #AAAAAA. Windows color (decimal): -1796486 or 8034020. OLE color: 8034020.

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

Color convert

RGB 228 150 122 -
CMYK 0 0.34 0.46 0.11
HSL 15.85º 0.66% 0.69% -
HSV(B) 15.85º 0.46% 0.89% -
XYZ 46.41 39.71 23.63 -
YUV 170.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 228 150 122 0 0.34 0.46 0.11 15.85 0.66 0.69
Hex E4 96 7A 0 22 2E B 10 42 45
Octal 344 226 172 0 42 56 13 20 102 105
Binary 11100100 10010110 1111010 0 100010 101110 1011 10000 1000010 1000101

Color Harmonies of #E4967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4967A

Black with #E4967A

Text Example


Text Example

White with #E4967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4967A; }

 p { color: rgb(228,150,122); }

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

background-color css

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

 a { background-color: rgb(228,150,122); }

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

border-color css

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

 span { border-color: rgb(228,150,122); }

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