Html Css Color HEX #EE956C Dark Salmon

📋 copy color: '#EE956C'

red 238 ◦ green 149 ◦ blue 108

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

Shades of Dark Salmon #EE956C

Tints of Dark Salmon #EE956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.82%

R = 48.08%
G = 30.1%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE956C (or 0xEE956C) is known color: Dark Salmon. HEX triplet: EE, 95 and 6C. RGB value is (238,149,108). Sum of RGB (Red+Green+Blue) = 238+149+108=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE956C is #116A93. Grayscale: #ABABAB. Windows color (decimal): -1141396 or 7116270. OLE color: 7116270.

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

Color convert

RGB 238 149 108 -
CMYK 0 0.37 0.55 0.07
HSL 18.92º 0.79% 0.68% -
HSV(B) 18.92º 0.55% 0.93% -
XYZ 48.71 40.75 19.49 -
YUV 170.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 238 149 108 0 0.37 0.55 0.07 18.92 0.79 0.68
Hex EE 95 6C 0 25 37 7 13 4F 44
Octal 356 225 154 0 45 67 7 23 117 104
Binary 11101110 10010101 1101100 0 100101 110111 111 10011 1001111 1000100

Color Harmonies of #EE956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE956C

Black with #EE956C

Text Example


Text Example

White with #EE956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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