Html Css Color HEX #EE9282 Dark Salmon

📋 copy color: '#EE9282'

red 238 ◦ green 146 ◦ blue 130

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

Shades of Dark Salmon #EE9282

Tints of Dark Salmon #EE9282

RGB

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

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

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

R = 46.3%
G = 28.4%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9282 (or 0xEE9282) is known color: Dark Salmon. HEX triplet: EE, 92 and 82. RGB value is (238,146,130). Sum of RGB (Red+Green+Blue) = 238+146+130=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9282 is #116D7D. Grayscale: #ABABAB. Windows color (decimal): -1142142 or 8557294. OLE color: 8557294.

HSL color Cylindrical-coordinate representation of color #EE9282: hue angle of 8.89º 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 #EE9282 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 130 -
CMYK 0 0.39 0.45 0.07
HSL 8.89º 0.76% 0.72% -
HSV(B) 8.89º 0.45% 0.93% -
XYZ 49.57 40.35 26.29 -
YUV 171.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 238 146 130 0 0.39 0.45 0.07 8.89 0.76 0.72
Hex EE 92 82 0 27 2D 7 9 4C 48
Octal 356 222 202 0 47 55 7 11 114 110
Binary 11101110 10010010 10000010 0 100111 101101 111 1001 1001100 1001000

Color Harmonies of #EE9282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9282

Black with #EE9282

Text Example


Text Example

White with #EE9282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9282; }

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

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

background-color css

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

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

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

border-color css

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

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

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