Html Css Color HEX #EEA07D Dark Salmon

📋 copy color: '#EEA07D'

red 238 ◦ green 160 ◦ blue 125

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

Shades of Dark Salmon #EEA07D

Tints of Dark Salmon #EEA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.59%

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

R = 45.51%
G = 30.59%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEA07D (or 0xEEA07D) is known color: Dark Salmon. HEX triplet: EE, A0 and 7D. RGB value is (238,160,125). Sum of RGB (Red+Green+Blue) = 238+160+125=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA07D is #115F82. Grayscale: #B3B3B3. Windows color (decimal): -1138563 or 8233198. OLE color: 8233198.

HSL color Cylindrical-coordinate representation of color #EEA07D: hue angle of 18.58º 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 #EEA07D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 125 -
CMYK 0 0.33 0.47 0.07
HSL 18.58º 0.77% 0.71% -
HSV(B) 18.58º 0.47% 0.93% -
XYZ 51.53 44.8 25.33 -
YUV 179.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 238 160 125 0 0.33 0.47 0.07 18.58 0.77 0.71
Hex EE A0 7D 0 21 2F 7 13 4D 47
Octal 356 240 175 0 41 57 7 23 115 107
Binary 11101110 10100000 1111101 0 100001 101111 111 10011 1001101 1000111

Color Harmonies of #EEA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA07D

Black with #EEA07D

Text Example


Text Example

White with #EEA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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