Html Css Color HEX #EA8D7B Dark Salmon

📋 copy color: '#EA8D7B'

red 234 ◦ green 141 ◦ blue 123

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

Shades of Dark Salmon #EA8D7B

Tints of Dark Salmon #EA8D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 46.99%
G = 28.31%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA8D7B (or 0xEA8D7B) is known color: Dark Salmon. HEX triplet: EA, 8D and 7B. RGB value is (234,141,123). Sum of RGB (Red+Green+Blue) = 234+141+123=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D7B is #157284. Grayscale: #A6A6A6. Windows color (decimal): -1405573 or 8097258. OLE color: 8097258.

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

Color convert

RGB 234 141 123 -
CMYK 0 0.40 0.47 0.08
HSL 9.73º 0.73% 0.7% -
HSV(B) 9.73º 0.47% 0.92% -
XYZ 47.03 37.97 23.59 -
YUV 166.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 234 141 123 0 0.40 0.47 0.08 9.73 0.73 0.7
Hex EA 8D 7B 0 28 2F 8 A 49 46
Octal 352 215 173 0 50 57 10 12 111 106
Binary 11101010 10001101 1111011 0 101000 101111 1000 1010 1001001 1000110

Color Harmonies of #EA8D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D7B

Black with #EA8D7B

Text Example


Text Example

White with #EA8D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D7B; }

 p { color: rgb(234,141,123); }

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

background-color css

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

 a { background-color: rgb(234,141,123); }

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

border-color css

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

 span { border-color: rgb(234,141,123); }

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