Html Css Color HEX #EA9382 Dark Salmon

📋 copy color: '#EA9382'

red 234 ◦ green 147 ◦ blue 130

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

Shades of Dark Salmon #EA9382

Tints of Dark Salmon #EA9382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 45.79%
G = 28.77%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9382 (or 0xEA9382) is known color: Dark Salmon. HEX triplet: EA, 93 and 82. RGB value is (234,147,130). Sum of RGB (Red+Green+Blue) = 234+147+130=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9382 is #156C7D. Grayscale: #ABABAB. Windows color (decimal): -1404030 or 8557546. OLE color: 8557546.

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

Color convert

RGB 234 147 130 -
CMYK 0 0.37 0.44 0.08
HSL 9.81º 0.71% 0.71% -
HSV(B) 9.81º 0.44% 0.92% -
XYZ 48.39 39.97 26.28 -
YUV 171.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 234 147 130 0 0.37 0.44 0.08 9.81 0.71 0.71
Hex EA 93 82 0 25 2C 8 A 47 47
Octal 352 223 202 0 45 54 10 12 107 107
Binary 11101010 10010011 10000010 0 100101 101100 1000 1010 1000111 1000111

Color Harmonies of #EA9382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9382

Black with #EA9382

Text Example


Text Example

White with #EA9382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9382; }

 p { color: rgb(234,147,130); }

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

background-color css

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

 a { background-color: rgb(234,147,130); }

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

border-color css

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

 span { border-color: rgb(234,147,130); }

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