Html Css Color HEX #EA9482 Dark Salmon

📋 copy color: '#EA9482'

red 234 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #EA9482

Tints of Dark Salmon #EA9482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 45.7%
G = 28.91%
B = 25.39%

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

#EA9482 (or 0xEA9482) is known color: Dark Salmon. HEX triplet: EA, 94 and 82. RGB value is (234,148,130). Sum of RGB (Red+Green+Blue) = 234+148+130=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9482 is #156B7D. Grayscale: #ABABAB. Windows color (decimal): -1403774 or 8557802. OLE color: 8557802.

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

Color convert

RGB 234 148 130 -
CMYK 0 0.37 0.44 0.08
HSL 10.38º 0.71% 0.71% -
HSV(B) 10.38º 0.44% 0.92% -
XYZ 48.55 40.28 26.34 -
YUV 171.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 234 148 130 0 0.37 0.44 0.08 10.38 0.71 0.71
Hex EA 94 82 0 25 2C 8 A 47 47
Octal 352 224 202 0 45 54 10 12 107 107
Binary 11101010 10010100 10000010 0 100101 101100 1000 1010 1000111 1000111

Color Harmonies of #EA9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9482

Black with #EA9482

Text Example


Text Example

White with #EA9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9482; }

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

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

background-color css

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

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

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

border-color css

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

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

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