Html Css Color HEX #EE956E Dark Salmon

📋 copy color: '#EE956E'

red 238 ◦ green 149 ◦ blue 110

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

Shades of Dark Salmon #EE956E

Tints of Dark Salmon #EE956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 47.89%
G = 29.98%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE956E (or 0xEE956E) is known color: Dark Salmon. HEX triplet: EE, 95 and 6E. RGB value is (238,149,110). Sum of RGB (Red+Green+Blue) = 238+149+110=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE956E is #116A91. Grayscale: #ABABAB. Windows color (decimal): -1141394 or 7247342. OLE color: 7247342.

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

Color convert

RGB 238 149 110 -
CMYK 0 0.37 0.54 0.07
HSL 18.28º 0.79% 0.68% -
HSV(B) 18.28º 0.54% 0.93% -
XYZ 48.82 40.8 20.05 -
YUV 171.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 238 149 110 0 0.37 0.54 0.07 18.28 0.79 0.68
Hex EE 95 6E 0 25 36 7 12 4F 44
Octal 356 225 156 0 45 66 7 22 117 104
Binary 11101110 10010101 1101110 0 100101 110110 111 10010 1001111 1000100

Color Harmonies of #EE956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE956E

Black with #EE956E

Text Example


Text Example

White with #EE956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE956E; }

 p { color: rgb(238,149,110); }

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

background-color css

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

 a { background-color: rgb(238,149,110); }

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

border-color css

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

 span { border-color: rgb(238,149,110); }

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