Html Css Color HEX #E0967B Dark Salmon

📋 copy color: '#E0967B'

red 224 ◦ green 150 ◦ blue 123

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

Shades of Dark Salmon #E0967B

Tints of Dark Salmon #E0967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 45.07%
G = 30.18%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0967B (or 0xE0967B) is known color: Dark Salmon. HEX triplet: E0, 96 and 7B. RGB value is (224,150,123). Sum of RGB (Red+Green+Blue) = 224+150+123=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0967B is #1F6984. Grayscale: #A9A9A9. Windows color (decimal): -2058629 or 8099552. OLE color: 8099552.

HSL color Cylindrical-coordinate representation of color #E0967B: hue angle of 16.04º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0967B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 123 -
CMYK 0 0.33 0.45 0.12
HSL 16.04º 0.62% 0.68% -
HSV(B) 16.04º 0.45% 0.88% -
XYZ 45.22 39.09 23.9 -
YUV 169.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 224 150 123 0 0.33 0.45 0.12 16.04 0.62 0.68
Hex E0 96 7B 0 21 2D C 10 3E 44
Octal 340 226 173 0 41 55 14 20 76 104
Binary 11100000 10010110 1111011 0 100001 101101 1100 10000 111110 1000100

Color Harmonies of #E0967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0967B

Black with #E0967B

Text Example


Text Example

White with #E0967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0967B; }

 p { color: rgb(224,150,123); }

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

background-color css

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

 a { background-color: rgb(224,150,123); }

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

border-color css

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

 span { border-color: rgb(224,150,123); }

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