Html Css Color HEX #E69082 Dark Salmon

📋 copy color: '#E69082'

red 230 ◦ green 144 ◦ blue 130

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

Shades of Dark Salmon #E69082

Tints of Dark Salmon #E69082

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

 GREEN value IS 144 (56.64% from 255) = 28.57%

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

R = 45.63%
G = 28.57%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69082 (or 0xE69082) is known color: Dark Salmon. HEX triplet: E6, 90 and 82. RGB value is (230,144,130). Sum of RGB (Red+Green+Blue) = 230+144+130=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E69082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69082 is #196F7D. Grayscale: #A8A8A8. Windows color (decimal): -1666942 or 8556774. OLE color: 8556774.

HSL color Cylindrical-coordinate representation of color #E69082: hue angle of 8.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69082 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 130 -
CMYK 0 0.37 0.43 0.10
HSL 8.4º 0.67% 0.71% -
HSV(B) 8.4º 0.43% 0.9% -
XYZ 46.64 38.38 26.07 -
YUV 168.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 230 144 130 0 0.37 0.43 0.10 8.4 0.67 0.71
Hex E6 90 82 0 25 2B A 8 43 47
Octal 346 220 202 0 45 53 12 10 103 107
Binary 11100110 10010000 10000010 0 100101 101011 1010 1000 1000011 1000111

Color Harmonies of #E69082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69082

Black with #E69082

Text Example


Text Example

White with #E69082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69082; }

 p { color: rgb(230,144,130); }

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

background-color css

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

 a { background-color: rgb(230,144,130); }

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

border-color css

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

 span { border-color: rgb(230,144,130); }

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