Html Css Color HEX #EA9283 Dark Salmon

📋 copy color: '#EA9283'

red 234 ◦ green 146 ◦ blue 131

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

Shades of Dark Salmon #EA9283

Tints of Dark Salmon #EA9283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 45.79%
G = 28.57%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9283 (or 0xEA9283) is known color: Dark Salmon. HEX triplet: EA, 92 and 83. RGB value is (234,146,131). Sum of RGB (Red+Green+Blue) = 234+146+131=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9283 is #156D7C. Grayscale: #AAAAAA. Windows color (decimal): -1404285 or 8622826. OLE color: 8622826.

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

Color convert

RGB 234 146 131 -
CMYK 0 0.38 0.44 0.08
HSL 8.74º 0.71% 0.72% -
HSV(B) 8.74º 0.44% 0.92% -
XYZ 48.31 39.69 26.59 -
YUV 170.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 234 146 131 0 0.38 0.44 0.08 8.74 0.71 0.72
Hex EA 92 83 0 26 2C 8 9 47 48
Octal 352 222 203 0 46 54 10 11 107 110
Binary 11101010 10010010 10000011 0 100110 101100 1000 1001 1000111 1001000

Color Harmonies of #EA9283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9283

Black with #EA9283

Text Example


Text Example

White with #EA9283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9283; }

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

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

background-color css

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

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

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

border-color css

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

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

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