Html Css Color HEX #EA9781 Dark Salmon

📋 copy color: '#EA9781'

red 234 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #EA9781

Tints of Dark Salmon #EA9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

 BLUE value IS 129 (50.78% from 255) = 25.1%

R = 45.53%
G = 29.38%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA9781 (or 0xEA9781) is known color: Dark Salmon. HEX triplet: EA, 97 and 81. RGB value is (234,151,129). Sum of RGB (Red+Green+Blue) = 234+151+129=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9781 is #15687E. Grayscale: #ADADAD. Windows color (decimal): -1403007 or 8493034. OLE color: 8493034.

HSL color Cylindrical-coordinate representation of color #EA9781: hue angle of 12.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA9781 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 151 129 -
CMYK 0 0.35 0.45 0.08
HSL 12.57º 0.71% 0.71% -
HSV(B) 12.57º 0.45% 0.92% -
XYZ 48.96 41.21 26.14 -
YUV 173.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 234 151 129 0 0.35 0.45 0.08 12.57 0.71 0.71
Hex EA 97 81 0 23 2D 8 D 47 47
Octal 352 227 201 0 43 55 10 15 107 107
Binary 11101010 10010111 10000001 0 100011 101101 1000 1101 1000111 1000111

Color Harmonies of #EA9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9781

Black with #EA9781

Text Example


Text Example

White with #EA9781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9781; }

 p { color: rgb(234,151,129); }

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

background-color css

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

 a { background-color: rgb(234,151,129); }

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

border-color css

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

 span { border-color: rgb(234,151,129); }

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