Html Css Color HEX #E19672 Dark Salmon

📋 copy color: '#E19672'

red 225 ◦ green 150 ◦ blue 114

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

Shades of Dark Salmon #E19672

Tints of Dark Salmon #E19672

RGB

 RED value IS 225 (88.28% from 255) = 46.01%

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 46.01%
G = 30.67%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E19672 (or 0xE19672) is known color: Dark Salmon. HEX triplet: E1, 96 and 72. RGB value is (225,150,114). Sum of RGB (Red+Green+Blue) = 225+150+114=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19672 is #1E698D. Grayscale: #A8A8A8. Windows color (decimal): -1993102 or 7509729. OLE color: 7509729.

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

Color convert

RGB 225 150 114 -
CMYK 0 0.33 0.49 0.12
HSL 19.46º 0.65% 0.66% -
HSV(B) 19.46º 0.49% 0.88% -
XYZ 44.99 39.04 21.08 -
YUV 168.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 225 150 114 0 0.33 0.49 0.12 19.46 0.65 0.66
Hex E1 96 72 0 21 31 C 13 41 42
Octal 341 226 162 0 41 61 14 23 101 102
Binary 11100001 10010110 1110010 0 100001 110001 1100 10011 1000001 1000010

Color Harmonies of #E19672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19672

Black with #E19672

Text Example


Text Example

White with #E19672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19672; }

 p { color: rgb(225,150,114); }

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

background-color css

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

 a { background-color: rgb(225,150,114); }

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

border-color css

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

 span { border-color: rgb(225,150,114); }

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