Html Css Color HEX #EA8E7A Dark Salmon

📋 copy color: '#EA8E7A'

red 234 ◦ green 142 ◦ blue 122

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

Shades of Dark Salmon #EA8E7A

Tints of Dark Salmon #EA8E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 46.99%
G = 28.51%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8E7A (or 0xEA8E7A) is known color: Dark Salmon. HEX triplet: EA, 8E and 7A. RGB value is (234,142,122). Sum of RGB (Red+Green+Blue) = 234+142+122=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8E7A is #157185. Grayscale: #A7A7A7. Windows color (decimal): -1405318 or 8031978. OLE color: 8031978.

HSL color Cylindrical-coordinate representation of color #EA8E7A: hue angle of 10.71º 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 #EA8E7A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 142 122 -
CMYK 0 0.39 0.48 0.08
HSL 10.71º 0.73% 0.7% -
HSV(B) 10.71º 0.48% 0.92% -
XYZ 47.12 38.24 23.31 -
YUV 167.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 234 142 122 0 0.39 0.48 0.08 10.71 0.73 0.7
Hex EA 8E 7A 0 27 30 8 B 49 46
Octal 352 216 172 0 47 60 10 13 111 106
Binary 11101010 10001110 1111010 0 100111 110000 1000 1011 1001001 1000110

Color Harmonies of #EA8E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8E7A

Black with #EA8E7A

Text Example


Text Example

White with #EA8E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8E7A; }

 p { color: rgb(234,142,122); }

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

background-color css

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

 a { background-color: rgb(234,142,122); }

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

border-color css

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

 span { border-color: rgb(234,142,122); }

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