Html Css Color HEX #EE9682 Dark Salmon

📋 copy color: '#EE9682'

red 238 ◦ green 150 ◦ blue 130

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

Shades of Dark Salmon #EE9682

Tints of Dark Salmon #EE9682

RGB

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

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

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

R = 45.95%
G = 28.96%
B = 25.1%

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

#EE9682 (or 0xEE9682) is known color: Dark Salmon. HEX triplet: EE, 96 and 82. RGB value is (238,150,130). Sum of RGB (Red+Green+Blue) = 238+150+130=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9682 is #11697D. Grayscale: #AEAEAE. Windows color (decimal): -1141118 or 8558318. OLE color: 8558318.

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

Color convert

RGB 238 150 130 -
CMYK 0 0.37 0.45 0.07
HSL 11.11º 0.76% 0.72% -
HSV(B) 11.11º 0.45% 0.93% -
XYZ 50.2 41.6 26.5 -
YUV 174.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 238 150 130 0 0.37 0.45 0.07 11.11 0.76 0.72
Hex EE 96 82 0 25 2D 7 B 4C 48
Octal 356 226 202 0 45 55 7 13 114 110
Binary 11101110 10010110 10000010 0 100101 101101 111 1011 1001100 1001000

Color Harmonies of #EE9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9682

Black with #EE9682

Text Example


Text Example

White with #EE9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9682; }

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

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

background-color css

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

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

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

border-color css

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

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

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