Html Css Color HEX #E69876 Dark Salmon

📋 copy color: '#E69876'

red 230 ◦ green 152 ◦ blue 118

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

Shades of Dark Salmon #E69876

Tints of Dark Salmon #E69876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 46%
G = 30.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69876 (or 0xE69876) is known color: Dark Salmon. HEX triplet: E6, 98 and 76. RGB value is (230,152,118). Sum of RGB (Red+Green+Blue) = 230+152+118=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69876 is #196789. Grayscale: #ABABAB. Windows color (decimal): -1664906 or 7772390. OLE color: 7772390.

HSL color Cylindrical-coordinate representation of color #E69876: hue angle of 18.21º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69876 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 118 -
CMYK 0 0.34 0.49 0.10
HSL 18.21º 0.69% 0.68% -
HSV(B) 18.21º 0.49% 0.9% -
XYZ 47.13 40.59 22.49 -
YUV 171.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 230 152 118 0 0.34 0.49 0.10 18.21 0.69 0.68
Hex E6 98 76 0 22 31 A 12 45 44
Octal 346 230 166 0 42 61 12 22 105 104
Binary 11100110 10011000 1110110 0 100010 110001 1010 10010 1000101 1000100

Color Harmonies of #E69876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69876

Black with #E69876

Text Example


Text Example

White with #E69876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69876; }

 p { color: rgb(230,152,118); }

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

background-color css

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

 a { background-color: rgb(230,152,118); }

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

border-color css

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

 span { border-color: rgb(230,152,118); }

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