Html Css Color HEX #E39482 Dark Salmon

📋 copy color: '#E39482'

red 227 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #E39482

Tints of Dark Salmon #E39482

RGB

 RED value IS 227 (89.06% from 255) = 44.95%

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

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 44.95%
G = 29.31%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E39482 (or 0xE39482) is known color: Dark Salmon. HEX triplet: E3, 94 and 82. RGB value is (227,148,130). Sum of RGB (Red+Green+Blue) = 227+148+130=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E39482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39482 is #1C6B7D. Grayscale: #A9A9A9. Windows color (decimal): -1862526 or 8557795. OLE color: 8557795.

HSL color Cylindrical-coordinate representation of color #E39482: hue angle of 11.13º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E39482 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 148 130 -
CMYK 0 0.35 0.43 0.11
HSL 11.13º 0.63% 0.7% -
HSV(B) 11.13º 0.43% 0.89% -
XYZ 46.3 39.12 26.23 -
YUV 169.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 227 148 130 0 0.35 0.43 0.11 11.13 0.63 0.7
Hex E3 94 82 0 23 2B B B 3F 46
Octal 343 224 202 0 43 53 13 13 77 106
Binary 11100011 10010100 10000010 0 100011 101011 1011 1011 111111 1000110

Color Harmonies of #E39482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39482

Black with #E39482

Text Example


Text Example

White with #E39482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39482; }

 p { color: rgb(227,148,130); }

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

background-color css

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

 a { background-color: rgb(227,148,130); }

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

border-color css

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

 span { border-color: rgb(227,148,130); }

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