Html Css Color HEX #EA8A7A Dark Salmon

📋 copy color: '#EA8A7A'

red 234 ◦ green 138 ◦ blue 122

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

Shades of Dark Salmon #EA8A7A

Tints of Dark Salmon #EA8A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

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

R = 47.37%
G = 27.94%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8A7A (or 0xEA8A7A) is known color: Dark Salmon. HEX triplet: EA, 8A and 7A. RGB value is (234,138,122). Sum of RGB (Red+Green+Blue) = 234+138+122=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A7A is #157585. Grayscale: #A5A5A5. Windows color (decimal): -1406342 or 8030954. OLE color: 8030954.

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

Color convert

RGB 234 138 122 -
CMYK 0 0.41 0.48 0.08
HSL 8.57º 0.73% 0.7% -
HSV(B) 8.57º 0.48% 0.92% -
XYZ 46.53 37.07 23.12 -
YUV 164.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 234 138 122 0 0.41 0.48 0.08 8.57 0.73 0.7
Hex EA 8A 7A 0 29 30 8 9 49 46
Octal 352 212 172 0 51 60 10 11 111 106
Binary 11101010 10001010 1111010 0 101001 110000 1000 1001 1001001 1000110

Color Harmonies of #EA8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A7A

Black with #EA8A7A

Text Example


Text Example

White with #EA8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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