Html Css Color HEX #EA9583 Dark Salmon

📋 copy color: '#EA9583'

red 234 ◦ green 149 ◦ blue 131

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

Shades of Dark Salmon #EA9583

Tints of Dark Salmon #EA9583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 45.53%
G = 28.99%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9583 (or 0xEA9583) is known color: Dark Salmon. HEX triplet: EA, 95 and 83. RGB value is (234,149,131). Sum of RGB (Red+Green+Blue) = 234+149+131=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9583 is #156A7C. Grayscale: #ACACAC. Windows color (decimal): -1403517 or 8623594. OLE color: 8623594.

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

Color convert

RGB 234 149 131 -
CMYK 0 0.36 0.44 0.08
HSL 10.49º 0.71% 0.72% -
HSV(B) 10.49º 0.44% 0.92% -
XYZ 48.78 40.63 26.74 -
YUV 172.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 234 149 131 0 0.36 0.44 0.08 10.49 0.71 0.72
Hex EA 95 83 0 24 2C 8 A 47 48
Octal 352 225 203 0 44 54 10 12 107 110
Binary 11101010 10010101 10000011 0 100100 101100 1000 1010 1000111 1001000

Color Harmonies of #EA9583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9583

Black with #EA9583

Text Example


Text Example

White with #EA9583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9583; }

 p { color: rgb(234,149,131); }

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

background-color css

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

 a { background-color: rgb(234,149,131); }

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

border-color css

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

 span { border-color: rgb(234,149,131); }

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