Html Css Color HEX #EA8A78 Dark Salmon

📋 copy color: '#EA8A78'

red 234 ◦ green 138 ◦ blue 120

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

Shades of Dark Salmon #EA8A78

Tints of Dark Salmon #EA8A78

RGB

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

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

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

R = 47.56%
G = 28.05%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA8A78 (or 0xEA8A78) is known color: Dark Salmon. HEX triplet: EA, 8A and 78. RGB value is (234,138,120). Sum of RGB (Red+Green+Blue) = 234+138+120=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A78 is #157587. Grayscale: #A4A4A4. Windows color (decimal): -1406344 or 7899882. OLE color: 7899882.

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

Color convert

RGB 234 138 120 -
CMYK 0 0.41 0.49 0.08
HSL 9.47º 0.73% 0.69% -
HSV(B) 9.47º 0.49% 0.92% -
XYZ 46.41 37.03 22.47 -
YUV 164.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 234 138 120 0 0.41 0.49 0.08 9.47 0.73 0.69
Hex EA 8A 78 0 29 31 8 9 49 45
Octal 352 212 170 0 51 61 10 11 111 105
Binary 11101010 10001010 1111000 0 101001 110001 1000 1001 1001001 1000101

Color Harmonies of #EA8A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A78

Black with #EA8A78

Text Example


Text Example

White with #EA8A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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