Html Css Color HEX #EE9482 Dark Salmon

📋 copy color: '#EE9482'

red 238 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #EE9482

Tints of Dark Salmon #EE9482

RGB

 RED value IS 238 (93.36% from 255) = 46.12%

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

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

R = 46.12%
G = 28.68%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9482 (or 0xEE9482) is known color: Dark Salmon. HEX triplet: EE, 94 and 82. RGB value is (238,148,130). Sum of RGB (Red+Green+Blue) = 238+148+130=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9482 is #116B7D. Grayscale: #ADADAD. Windows color (decimal): -1141630 or 8557806. OLE color: 8557806.

HSL color Cylindrical-coordinate representation of color #EE9482: hue angle of 10º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE9482 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 130 -
CMYK 0 0.38 0.45 0.07
HSL 10º 0.76% 0.72% -
HSV(B) 10º 0.45% 0.93% -
XYZ 49.88 40.97 26.4 -
YUV 172.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 238 148 130 0 0.38 0.45 0.07 10 0.76 0.72
Hex EE 94 82 0 26 2D 7 A 4C 48
Octal 356 224 202 0 46 55 7 12 114 110
Binary 11101110 10010100 10000010 0 100110 101101 111 1010 1001100 1001000

Color Harmonies of #EE9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9482

Black with #EE9482

Text Example


Text Example

White with #EE9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9482; }

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

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

background-color css

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

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

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

border-color css

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

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

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