Html Css Color HEX #EEA17C Dark Salmon

📋 copy color: '#EEA17C'

red 238 ◦ green 161 ◦ blue 124

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

Shades of Dark Salmon #EEA17C

Tints of Dark Salmon #EEA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 124 (48.83% from 255) = 23.71%

R = 45.51%
G = 30.78%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EEA17C (or 0xEEA17C) is known color: Dark Salmon. HEX triplet: EE, A1 and 7C. RGB value is (238,161,124). Sum of RGB (Red+Green+Blue) = 238+161+124=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA17C is #115E83. Grayscale: #B4B4B4. Windows color (decimal): -1138308 or 8167918. OLE color: 8167918.

HSL color Cylindrical-coordinate representation of color #EEA17C: hue angle of 19.47º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEA17C is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 124 -
CMYK 0 0.32 0.48 0.07
HSL 19.47º 0.77% 0.71% -
HSV(B) 19.47º 0.48% 0.93% -
XYZ 51.64 45.12 25.06 -
YUV 179.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 238 161 124 0 0.32 0.48 0.07 19.47 0.77 0.71
Hex EE A1 7C 0 20 30 7 13 4D 47
Octal 356 241 174 0 40 60 7 23 115 107
Binary 11101110 10100001 1111100 0 100000 110000 111 10011 1001101 1000111

Color Harmonies of #EEA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA17C

Black with #EEA17C

Text Example


Text Example

White with #EEA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA17C; }

 p { color: rgb(238,161,124); }

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

background-color css

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

 a { background-color: rgb(238,161,124); }

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

border-color css

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

 span { border-color: rgb(238,161,124); }

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