Html Css Color HEX #EE9882 Dark Salmon

📋 copy color: '#EE9882'

red 238 ◦ green 152 ◦ blue 130

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

Shades of Dark Salmon #EE9882

Tints of Dark Salmon #EE9882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.23%

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

R = 45.77%
G = 29.23%
B = 25%

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

#EE9882 (or 0xEE9882) is known color: Dark Salmon. HEX triplet: EE, 98 and 82. RGB value is (238,152,130). Sum of RGB (Red+Green+Blue) = 238+152+130=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9882 is #11677D. Grayscale: #AFAFAF. Windows color (decimal): -1140606 or 8558830. OLE color: 8558830.

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

Color convert

RGB 238 152 130 -
CMYK 0 0.36 0.45 0.07
HSL 12.22º 0.76% 0.72% -
HSV(B) 12.22º 0.45% 0.93% -
XYZ 50.52 42.25 26.61 -
YUV 175.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 238 152 130 0 0.36 0.45 0.07 12.22 0.76 0.72
Hex EE 98 82 0 24 2D 7 C 4C 48
Octal 356 230 202 0 44 55 7 14 114 110
Binary 11101110 10011000 10000010 0 100100 101101 111 1100 1001100 1001000

Color Harmonies of #EE9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9882

Black with #EE9882

Text Example


Text Example

White with #EE9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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