Html Css Color HEX #E69482 Dark Salmon

📋 copy color: '#E69482'

red 230 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #E69482

Tints of Dark Salmon #E69482

RGB

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

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

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

R = 45.28%
G = 29.13%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69482 (or 0xE69482) is known color: Dark Salmon. HEX triplet: E6, 94 and 82. RGB value is (230,148,130). Sum of RGB (Red+Green+Blue) = 230+148+130=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E69482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69482 is #196B7D. Grayscale: #AAAAAA. Windows color (decimal): -1665918 or 8557798. OLE color: 8557798.

HSL color Cylindrical-coordinate representation of color #E69482: hue angle of 10.8º 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 #E69482 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 130 -
CMYK 0 0.36 0.43 0.10
HSL 10.8º 0.67% 0.71% -
HSV(B) 10.8º 0.43% 0.9% -
XYZ 47.25 39.61 26.27 -
YUV 170.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 230 148 130 0 0.36 0.43 0.10 10.8 0.67 0.71
Hex E6 94 82 0 24 2B A B 43 47
Octal 346 224 202 0 44 53 12 13 103 107
Binary 11100110 10010100 10000010 0 100100 101011 1010 1011 1000011 1000111

Color Harmonies of #E69482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69482

Black with #E69482

Text Example


Text Example

White with #E69482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69482; }

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

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

background-color css

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

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

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

border-color css

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

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

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