Html Css Color HEX #EEA07E Dark Salmon

📋 copy color: '#EEA07E'

red 238 ◦ green 160 ◦ blue 126

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

Shades of Dark Salmon #EEA07E

Tints of Dark Salmon #EEA07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.05%

R = 45.42%
G = 30.53%
B = 24.05%

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

#EEA07E (or 0xEEA07E) is known color: Dark Salmon. HEX triplet: EE, A0 and 7E. RGB value is (238,160,126). Sum of RGB (Red+Green+Blue) = 238+160+126=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA07E is #115F81. Grayscale: #B3B3B3. Windows color (decimal): -1138562 or 8298734. OLE color: 8298734.

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

Color convert

RGB 238 160 126 -
CMYK 0 0.33 0.47 0.07
HSL 18.21º 0.77% 0.71% -
HSV(B) 18.21º 0.47% 0.93% -
XYZ 51.6 44.83 25.67 -
YUV 179.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 238 160 126 0 0.33 0.47 0.07 18.21 0.77 0.71
Hex EE A0 7E 0 21 2F 7 12 4D 47
Octal 356 240 176 0 41 57 7 22 115 107
Binary 11101110 10100000 1111110 0 100001 101111 111 10010 1001101 1000111

Color Harmonies of #EEA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA07E

Black with #EEA07E

Text Example


Text Example

White with #EEA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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