Html Css Color HEX #EA8C79 Dark Salmon

📋 copy color: '#EA8C79'

red 234 ◦ green 140 ◦ blue 121

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

Shades of Dark Salmon #EA8C79

Tints of Dark Salmon #EA8C79

RGB

 RED value IS 234 (91.8% from 255) = 47.27%

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 47.27%
G = 28.28%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8C79 (or 0xEA8C79) is known color: Dark Salmon. HEX triplet: EA, 8C and 79. RGB value is (234,140,121). Sum of RGB (Red+Green+Blue) = 234+140+121=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C79 is #157386. Grayscale: #A6A6A6. Windows color (decimal): -1405831 or 7965930. OLE color: 7965930.

HSL color Cylindrical-coordinate representation of color #EA8C79: hue angle of 10.09º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8C79 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 121 -
CMYK 0 0.40 0.48 0.08
HSL 10.09º 0.73% 0.7% -
HSV(B) 10.09º 0.48% 0.92% -
XYZ 46.76 37.63 22.89 -
YUV 165.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 234 140 121 0 0.40 0.48 0.08 10.09 0.73 0.7
Hex EA 8C 79 0 28 30 8 A 49 46
Octal 352 214 171 0 50 60 10 12 111 106
Binary 11101010 10001100 1111001 0 101000 110000 1000 1010 1001001 1000110

Color Harmonies of #EA8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C79

Black with #EA8C79

Text Example


Text Example

White with #EA8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C79; }

 p { color: rgb(234,140,121); }

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

background-color css

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

 a { background-color: rgb(234,140,121); }

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

border-color css

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

 span { border-color: rgb(234,140,121); }

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