Html Css Color HEX #EEA17D Dark Salmon

📋 copy color: '#EEA17D'

red 238 ◦ green 161 ◦ blue 125

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

Shades of Dark Salmon #EEA17D

Tints of Dark Salmon #EEA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 45.42%
G = 30.73%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEA17D (or 0xEEA17D) is known color: Dark Salmon. HEX triplet: EE, A1 and 7D. RGB value is (238,161,125). Sum of RGB (Red+Green+Blue) = 238+161+125=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA17D is #115E82. Grayscale: #B4B4B4. Windows color (decimal): -1138307 or 8233454. OLE color: 8233454.

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

Color convert

RGB 238 161 125 -
CMYK 0 0.32 0.47 0.07
HSL 19.12º 0.77% 0.71% -
HSV(B) 19.12º 0.47% 0.93% -
XYZ 51.71 45.15 25.39 -
YUV 179.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 238 161 125 0 0.32 0.47 0.07 19.12 0.77 0.71
Hex EE A1 7D 0 20 2F 7 13 4D 47
Octal 356 241 175 0 40 57 7 23 115 107
Binary 11101110 10100001 1111101 0 100000 101111 111 10011 1001101 1000111

Color Harmonies of #EEA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA17D

Black with #EEA17D

Text Example


Text Example

White with #EEA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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