Html Css Color HEX #EA9682 Dark Salmon

📋 copy color: '#EA9682'

red 234 ◦ green 150 ◦ blue 130

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

Shades of Dark Salmon #EA9682

Tints of Dark Salmon #EA9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

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

R = 45.53%
G = 29.18%
B = 25.29%

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

#EA9682 (or 0xEA9682) is known color: Dark Salmon. HEX triplet: EA, 96 and 82. RGB value is (234,150,130). Sum of RGB (Red+Green+Blue) = 234+150+130=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9682 is #15697D. Grayscale: #ADADAD. Windows color (decimal): -1403262 or 8558314. OLE color: 8558314.

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

Color convert

RGB 234 150 130 -
CMYK 0 0.36 0.44 0.08
HSL 11.54º 0.71% 0.71% -
HSV(B) 11.54º 0.44% 0.92% -
XYZ 48.87 40.92 26.44 -
YUV 172.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 234 150 130 0 0.36 0.44 0.08 11.54 0.71 0.71
Hex EA 96 82 0 24 2C 8 C 47 47
Octal 352 226 202 0 44 54 10 14 107 107
Binary 11101010 10010110 10000010 0 100100 101100 1000 1100 1000111 1000111

Color Harmonies of #EA9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9682

Black with #EA9682

Text Example


Text Example

White with #EA9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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