Html Css Color HEX #E89483 Dark Salmon

📋 copy color: '#E89483'

red 232 ◦ green 148 ◦ blue 131

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

Shades of Dark Salmon #E89483

Tints of Dark Salmon #E89483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

 BLUE value IS 131 (51.56% from 255) = 25.64%

R = 45.4%
G = 28.96%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E89483 (or 0xE89483) is known color: Dark Salmon. HEX triplet: E8, 94 and 83. RGB value is (232,148,131). Sum of RGB (Red+Green+Blue) = 232+148+131=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E89483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89483 is #176B7C. Grayscale: #ABABAB. Windows color (decimal): -1534845 or 8623336. OLE color: 8623336.

HSL color Cylindrical-coordinate representation of color #E89483: hue angle of 10.1º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E89483 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 131 -
CMYK 0 0.36 0.44 0.09
HSL 10.1º 0.69% 0.71% -
HSV(B) 10.1º 0.44% 0.91% -
XYZ 47.97 39.97 26.66 -
YUV 171.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 232 148 131 0 0.36 0.44 0.09 10.1 0.69 0.71
Hex E8 94 83 0 24 2C 9 A 45 47
Octal 350 224 203 0 44 54 11 12 105 107
Binary 11101000 10010100 10000011 0 100100 101100 1001 1010 1000101 1000111

Color Harmonies of #E89483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89483

Black with #E89483

Text Example


Text Example

White with #E89483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89483; }

 p { color: rgb(232,148,131); }

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

background-color css

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

 a { background-color: rgb(232,148,131); }

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

border-color css

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

 span { border-color: rgb(232,148,131); }

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