Html Css Color HEX #EE956A Dark Salmon

📋 copy color: '#EE956A'

red 238 ◦ green 149 ◦ blue 106

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

Shades of Dark Salmon #EE956A

Tints of Dark Salmon #EE956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.5%

R = 48.28%
G = 30.22%
B = 21.5%

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

#EE956A (or 0xEE956A) is known color: Dark Salmon. HEX triplet: EE, 95 and 6A. RGB value is (238,149,106). Sum of RGB (Red+Green+Blue) = 238+149+106=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE956A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE956A is #116A95. Grayscale: #AAAAAA. Windows color (decimal): -1141398 or 6985198. OLE color: 6985198.

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

Color convert

RGB 238 149 106 -
CMYK 0 0.37 0.55 0.07
HSL 19.55º 0.8% 0.67% -
HSV(B) 19.55º 0.55% 0.93% -
XYZ 48.61 40.71 18.93 -
YUV 170.71 91.49 176 -
System Red Green Blue C M Y K H S L
Decimal 238 149 106 0 0.37 0.55 0.07 19.55 0.8 0.67
Hex EE 95 6A 0 25 37 7 14 50 43
Octal 356 225 152 0 45 67 7 24 120 103
Binary 11101110 10010101 1101010 0 100101 110111 111 10100 1010000 1000011

Color Harmonies of #EE956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE956A

Black with #EE956A

Text Example


Text Example

White with #EE956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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