Html Css Color HEX #EE9680 Dark Salmon

📋 copy color: '#EE9680'

red 238 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #EE9680

Tints of Dark Salmon #EE9680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.81%

R = 46.12%
G = 29.07%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE9680 (or 0xEE9680) is known color: Dark Salmon. HEX triplet: EE, 96 and 80. RGB value is (238,150,128). Sum of RGB (Red+Green+Blue) = 238+150+128=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9680 is #11697F. Grayscale: #ADADAD. Windows color (decimal): -1141120 or 8427246. OLE color: 8427246.

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

Color convert

RGB 238 150 128 -
CMYK 0 0.37 0.46 0.07
HSL 12º 0.76% 0.72% -
HSV(B) 12º 0.46% 0.93% -
XYZ 50.06 41.55 25.8 -
YUV 173.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 238 150 128 0 0.37 0.46 0.07 12 0.76 0.72
Hex EE 96 80 0 25 2E 7 C 4C 48
Octal 356 226 200 0 45 56 7 14 114 110
Binary 11101110 10010110 10000000 0 100101 101110 111 1100 1001100 1001000

Color Harmonies of #EE9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9680

Black with #EE9680

Text Example


Text Example

White with #EE9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9680; }

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

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

background-color css

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

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

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

border-color css

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

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

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