Html Css Color HEX #E08E79 Dark Salmon

📋 copy color: '#E08E79'

red 224 ◦ green 142 ◦ blue 121

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

Shades of Dark Salmon #E08E79

Tints of Dark Salmon #E08E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.16%

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 46%
G = 29.16%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08E79 (or 0xE08E79) is known color: Dark Salmon. HEX triplet: E0, 8E and 79. RGB value is (224,142,121). Sum of RGB (Red+Green+Blue) = 224+142+121=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E79 is #1F7186. Grayscale: #A4A4A4. Windows color (decimal): -2060679 or 7966432. OLE color: 7966432.

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

Color convert

RGB 224 142 121 -
CMYK 0 0.37 0.46 0.12
HSL 12.23º 0.62% 0.68% -
HSV(B) 12.23º 0.46% 0.88% -
XYZ 43.86 36.57 22.84 -
YUV 164.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 224 142 121 0 0.37 0.46 0.12 12.23 0.62 0.68
Hex E0 8E 79 0 25 2E C C 3E 44
Octal 340 216 171 0 45 56 14 14 76 104
Binary 11100000 10001110 1111001 0 100101 101110 1100 1100 111110 1000100

Color Harmonies of #E08E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E79

Black with #E08E79

Text Example


Text Example

White with #E08E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E79; }

 p { color: rgb(224,142,121); }

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

background-color css

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

 a { background-color: rgb(224,142,121); }

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

border-color css

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

 span { border-color: rgb(224,142,121); }

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