Html Css Color HEX #E99682 Dark Salmon

📋 copy color: '#E99682'

red 233 ◦ green 150 ◦ blue 130

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

Shades of Dark Salmon #E99682

Tints of Dark Salmon #E99682

RGB

 RED value IS 233 (91.41% from 255) = 45.42%

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 45.42%
G = 29.24%
B = 25.34%

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

#E99682 (or 0xE99682) is known color: Dark Salmon. HEX triplet: E9, 96 and 82. RGB value is (233,150,130). Sum of RGB (Red+Green+Blue) = 233+150+130=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E99682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99682 is #16697D. Grayscale: #ACACAC. Windows color (decimal): -1468798 or 8558313. OLE color: 8558313.

HSL color Cylindrical-coordinate representation of color #E99682: hue angle of 11.65º degrees, saturation: 0.7, 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 #E99682 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 130 -
CMYK 0 0.36 0.44 0.09
HSL 11.65º 0.7% 0.71% -
HSV(B) 11.65º 0.44% 0.91% -
XYZ 48.54 40.75 26.43 -
YUV 172.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 233 150 130 0 0.36 0.44 0.09 11.65 0.7 0.71
Hex E9 96 82 0 24 2C 9 C 46 47
Octal 351 226 202 0 44 54 11 14 106 107
Binary 11101001 10010110 10000010 0 100100 101100 1001 1100 1000110 1000111

Color Harmonies of #E99682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99682

Black with #E99682

Text Example


Text Example

White with #E99682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99682; }

 p { color: rgb(233,150,130); }

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

background-color css

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

 a { background-color: rgb(233,150,130); }

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

border-color css

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

 span { border-color: rgb(233,150,130); }

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