Html Css Color HEX #E69873 Dark Salmon

📋 copy color: '#E69873'

red 230 ◦ green 152 ◦ blue 115

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

Shades of Dark Salmon #E69873

Tints of Dark Salmon #E69873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 46.28%
G = 30.58%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E69873 (or 0xE69873) is known color: Dark Salmon. HEX triplet: E6, 98 and 73. RGB value is (230,152,115). Sum of RGB (Red+Green+Blue) = 230+152+115=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E69873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69873 is #19678C. Grayscale: #ABABAB. Windows color (decimal): -1664909 or 7575782. OLE color: 7575782.

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

Color convert

RGB 230 152 115 -
CMYK 0 0.34 0.5 0.10
HSL 19.3º 0.7% 0.68% -
HSV(B) 19.3º 0.5% 0.9% -
XYZ 46.96 40.52 21.57 -
YUV 171.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 230 152 115 0 0.34 0.5 0.10 19.3 0.7 0.68
Hex E6 98 73 0 22 32 A 13 46 44
Octal 346 230 163 0 42 62 12 23 106 104
Binary 11100110 10011000 1110011 0 100010 110010 1010 10011 1000110 1000100

Color Harmonies of #E69873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69873

Black with #E69873

Text Example


Text Example

White with #E69873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69873; }

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

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

background-color css

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

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

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

border-color css

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

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

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