Html Css Color HEX #EE9483 Dark Salmon

📋 copy color: '#EE9483'

red 238 ◦ green 148 ◦ blue 131

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

Shades of Dark Salmon #EE9483

Tints of Dark Salmon #EE9483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 46.03%
G = 28.63%
B = 25.34%

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

#EE9483 (or 0xEE9483) is known color: Dark Salmon. HEX triplet: EE, 94 and 83. RGB value is (238,148,131). Sum of RGB (Red+Green+Blue) = 238+148+131=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9483 is #116B7C. Grayscale: #ADADAD. Windows color (decimal): -1141629 or 8623342. OLE color: 8623342.

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

Color convert

RGB 238 148 131 -
CMYK 0 0.38 0.45 0.07
HSL 9.53º 0.76% 0.72% -
HSV(B) 9.53º 0.45% 0.93% -
XYZ 49.95 41 26.75 -
YUV 172.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 238 148 131 0 0.38 0.45 0.07 9.53 0.76 0.72
Hex EE 94 83 0 26 2D 7 A 4C 48
Octal 356 224 203 0 46 55 7 12 114 110
Binary 11101110 10010100 10000011 0 100110 101101 111 1010 1001100 1001000

Color Harmonies of #EE9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9483

Black with #EE9483

Text Example


Text Example

White with #EE9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9483; }

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

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

background-color css

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

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

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

border-color css

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

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

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