Html Css Color HEX #EE996F Dark Salmon

📋 copy color: '#EE996F'

red 238 ◦ green 153 ◦ blue 111

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

Shades of Dark Salmon #EE996F

Tints of Dark Salmon #EE996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 47.41%
G = 30.48%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE996F (or 0xEE996F) is known color: Dark Salmon. HEX triplet: EE, 99 and 6F. RGB value is (238,153,111). Sum of RGB (Red+Green+Blue) = 238+153+111=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE996F is #116690. Grayscale: #ADADAD. Windows color (decimal): -1140369 or 7313902. OLE color: 7313902.

HSL color Cylindrical-coordinate representation of color #EE996F: hue angle of 19.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE996F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 153 111 -
CMYK 0 0.36 0.53 0.07
HSL 19.84º 0.79% 0.68% -
HSV(B) 19.84º 0.53% 0.93% -
XYZ 49.52 42.11 20.56 -
YUV 173.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 238 153 111 0 0.36 0.53 0.07 19.84 0.79 0.68
Hex EE 99 6F 0 24 35 7 14 4F 44
Octal 356 231 157 0 44 65 7 24 117 104
Binary 11101110 10011001 1101111 0 100100 110101 111 10100 1001111 1000100

Color Harmonies of #EE996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE996F

Black with #EE996F

Text Example


Text Example

White with #EE996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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