Html Css Color HEX #E69879 Dark Salmon

📋 copy color: '#E69879'

red 230 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #E69879

Tints of Dark Salmon #E69879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 45.73%
G = 30.22%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E69879 (or 0xE69879) is known color: Dark Salmon. HEX triplet: E6, 98 and 79. RGB value is (230,152,121). Sum of RGB (Red+Green+Blue) = 230+152+121=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E69879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69879 is #196786. Grayscale: #ABABAB. Windows color (decimal): -1664903 or 7968998. OLE color: 7968998.

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

Color convert

RGB 230 152 121 -
CMYK 0 0.34 0.47 0.10
HSL 17.06º 0.69% 0.69% -
HSV(B) 17.06º 0.47% 0.9% -
XYZ 47.31 40.66 23.44 -
YUV 171.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 230 152 121 0 0.34 0.47 0.10 17.06 0.69 0.69
Hex E6 98 79 0 22 2F A 11 45 45
Octal 346 230 171 0 42 57 12 21 105 105
Binary 11100110 10011000 1111001 0 100010 101111 1010 10001 1000101 1000101

Color Harmonies of #E69879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69879

Black with #E69879

Text Example


Text Example

White with #E69879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69879; }

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

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

background-color css

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

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

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

border-color css

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

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

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