Html Css Color HEX #EE9982 Dark Salmon

📋 copy color: '#EE9982'

red 238 ◦ green 153 ◦ blue 130

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

Shades of Dark Salmon #EE9982

Tints of Dark Salmon #EE9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 45.68%
G = 29.37%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE9982 (or 0xEE9982) is known color: Dark Salmon. HEX triplet: EE, 99 and 82. RGB value is (238,153,130). Sum of RGB (Red+Green+Blue) = 238+153+130=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9982 is #11667D. Grayscale: #AFAFAF. Windows color (decimal): -1140350 or 8559086. OLE color: 8559086.

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

Color convert

RGB 238 153 130 -
CMYK 0 0.36 0.45 0.07
HSL 12.78º 0.76% 0.72% -
HSV(B) 12.78º 0.45% 0.93% -
XYZ 50.68 42.57 26.67 -
YUV 175.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 238 153 130 0 0.36 0.45 0.07 12.78 0.76 0.72
Hex EE 99 82 0 24 2D 7 D 4C 48
Octal 356 231 202 0 44 55 7 15 114 110
Binary 11101110 10011001 10000010 0 100100 101101 111 1101 1001100 1001000

Color Harmonies of #EE9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9982

Black with #EE9982

Text Example


Text Example

White with #EE9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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