Html Css Color HEX #E08E78 Dark Salmon

📋 copy color: '#E08E78'

red 224 ◦ green 142 ◦ blue 120

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

Shades of Dark Salmon #E08E78

Tints of Dark Salmon #E08E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 46.09%
G = 29.22%
B = 24.69%

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

#E08E78 (or 0xE08E78) is known color: Dark Salmon. HEX triplet: E0, 8E and 78. RGB value is (224,142,120). Sum of RGB (Red+Green+Blue) = 224+142+120=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E78 is #1F7187. Grayscale: #A4A4A4. Windows color (decimal): -2060680 or 7900896. OLE color: 7900896.

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

Color convert

RGB 224 142 120 -
CMYK 0 0.37 0.46 0.12
HSL 12.69º 0.63% 0.67% -
HSV(B) 12.69º 0.46% 0.88% -
XYZ 43.8 36.55 22.52 -
YUV 164.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 224 142 120 0 0.37 0.46 0.12 12.69 0.63 0.67
Hex E0 8E 78 0 25 2E C D 3F 43
Octal 340 216 170 0 45 56 14 15 77 103
Binary 11100000 10001110 1111000 0 100101 101110 1100 1101 111111 1000011

Color Harmonies of #E08E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E78

Black with #E08E78

Text Example


Text Example

White with #E08E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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