Html Css Color HEX #E69874 Dark Salmon

📋 copy color: '#E69874'

red 230 ◦ green 152 ◦ blue 116

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

Shades of Dark Salmon #E69874

Tints of Dark Salmon #E69874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 46.18%
G = 30.52%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69874 (or 0xE69874) is known color: Dark Salmon. HEX triplet: E6, 98 and 74. RGB value is (230,152,116). Sum of RGB (Red+Green+Blue) = 230+152+116=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69874 is #19678B. Grayscale: #ABABAB. Windows color (decimal): -1664908 or 7641318. OLE color: 7641318.

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

Color convert

RGB 230 152 116 -
CMYK 0 0.34 0.50 0.10
HSL 18.95º 0.7% 0.68% -
HSV(B) 18.95º 0.5% 0.9% -
XYZ 47.01 40.54 21.87 -
YUV 171.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 230 152 116 0 0.34 0.50 0.10 18.95 0.7 0.68
Hex E6 98 74 0 22 32 A 13 46 44
Octal 346 230 164 0 42 62 12 23 106 104
Binary 11100110 10011000 1110100 0 100010 110010 1010 10011 1000110 1000100

Color Harmonies of #E69874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69874

Black with #E69874

Text Example


Text Example

White with #E69874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69874; }

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

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

background-color css

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

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

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

border-color css

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

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

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