Html Css Color HEX #E89A6D Dark Salmon

📋 copy color: '#E89A6D'

red 232 ◦ green 154 ◦ blue 109

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

Shades of Dark Salmon #E89A6D

Tints of Dark Salmon #E89A6D

RGB

 RED value IS 232 (91.02% from 255) = 46.87%

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 46.87%
G = 31.11%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E89A6D (or 0xE89A6D) is known color: Dark Salmon. HEX triplet: E8, 9A and 6D. RGB value is (232,154,109). Sum of RGB (Red+Green+Blue) = 232+154+109=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A6D is #176592. Grayscale: #ACACAC. Windows color (decimal): -1533331 or 7183080. OLE color: 7183080.

HSL color Cylindrical-coordinate representation of color #E89A6D: hue angle of 21.95º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E89A6D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 154 109 -
CMYK 0 0.34 0.53 0.09
HSL 21.95º 0.73% 0.67% -
HSV(B) 21.95º 0.53% 0.91% -
XYZ 47.59 41.37 19.94 -
YUV 172.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 232 154 109 0 0.34 0.53 0.09 21.95 0.73 0.67
Hex E8 9A 6D 0 22 35 9 16 49 43
Octal 350 232 155 0 42 65 11 26 111 103
Binary 11101000 10011010 1101101 0 100010 110101 1001 10110 1001001 1000011

Color Harmonies of #E89A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89A6D

Black with #E89A6D

Text Example


Text Example

White with #E89A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89A6D; }

 p { color: rgb(232,154,109); }

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

background-color css

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

 a { background-color: rgb(232,154,109); }

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

border-color css

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

 span { border-color: rgb(232,154,109); }

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