Html Css Color HEX #E69178 Dark Salmon

📋 copy color: '#E69178'

red 230 ◦ green 145 ◦ blue 120

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

Shades of Dark Salmon #E69178

Tints of Dark Salmon #E69178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.29%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 46.46%
G = 29.29%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E69178 (or 0xE69178) is known color: Dark Salmon. HEX triplet: E6, 91 and 78. RGB value is (230,145,120). Sum of RGB (Red+Green+Blue) = 230+145+120=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69178 is #196E87. Grayscale: #A7A7A7. Windows color (decimal): -1666696 or 7901670. OLE color: 7901670.

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

Color convert

RGB 230 145 120 -
CMYK 0 0.37 0.48 0.10
HSL 13.64º 0.69% 0.69% -
HSV(B) 13.64º 0.48% 0.9% -
XYZ 46.15 38.43 22.75 -
YUV 167.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 230 145 120 0 0.37 0.48 0.10 13.64 0.69 0.69
Hex E6 91 78 0 25 30 A E 45 45
Octal 346 221 170 0 45 60 12 16 105 105
Binary 11100110 10010001 1111000 0 100101 110000 1010 1110 1000101 1000101

Color Harmonies of #E69178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69178

Black with #E69178

Text Example


Text Example

White with #E69178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69178; }

 p { color: rgb(230,145,120); }

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

background-color css

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

 a { background-color: rgb(230,145,120); }

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

border-color css

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

 span { border-color: rgb(230,145,120); }

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