Html Css Color HEX #EE9683 Dark Salmon

📋 copy color: '#EE9683'

red 238 ◦ green 150 ◦ blue 131

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

Shades of Dark Salmon #EE9683

Tints of Dark Salmon #EE9683

RGB

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

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

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

R = 45.86%
G = 28.9%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9683 (or 0xEE9683) is known color: Dark Salmon. HEX triplet: EE, 96 and 83. RGB value is (238,150,131). Sum of RGB (Red+Green+Blue) = 238+150+131=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9683 is #11697C. Grayscale: #AEAEAE. Windows color (decimal): -1141117 or 8623854. OLE color: 8623854.

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

Color convert

RGB 238 150 131 -
CMYK 0 0.37 0.45 0.07
HSL 10.65º 0.76% 0.72% -
HSV(B) 10.65º 0.45% 0.93% -
XYZ 50.26 41.63 26.86 -
YUV 174.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 238 150 131 0 0.37 0.45 0.07 10.65 0.76 0.72
Hex EE 96 83 0 25 2D 7 B 4C 48
Octal 356 226 203 0 45 55 7 13 114 110
Binary 11101110 10010110 10000011 0 100101 101101 111 1011 1001100 1001000

Color Harmonies of #EE9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9683

Black with #EE9683

Text Example


Text Example

White with #EE9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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